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 Summary
Modifier and TypeMethodDescriptionallowAuthorizerOverride(Boolean allowAuthorizerOverride) A Boolean that specifies whether the domain configuration's authorization service can be overridden.defaultAuthorizerName(String defaultAuthorizerName) The name of the authorization service for a domain configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-