Interface AuthorizerConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AuthorizerConfig.Builder,AuthorizerConfig>, SdkBuilder<AuthorizerConfig.Builder,AuthorizerConfig>, SdkPojo
Enclosing class:
AuthorizerConfig

public static interface AuthorizerConfig.Builder extends SdkPojo, CopyableBuilder<AuthorizerConfig.Builder,AuthorizerConfig>
  • Method Details

    • defaultAuthorizerName

      AuthorizerConfig.Builder defaultAuthorizerName(String defaultAuthorizerName)

      The name of the authorization service for a domain configuration.

      Parameters:
      defaultAuthorizerName - The name of the authorization service for a domain configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowAuthorizerOverride

      AuthorizerConfig.Builder allowAuthorizerOverride(Boolean allowAuthorizerOverride)

      A Boolean that specifies whether the domain configuration's authorization service can be overridden.

      Parameters:
      allowAuthorizerOverride - A Boolean that specifies whether the domain configuration's authorization service can be overridden.
      Returns:
      Returns a reference to this object so that method calls can be chained together.