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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorizerConfig.Builder
allowAuthorizerOverride(Boolean allowAuthorizerOverride)
A Boolean that specifies whether the domain configuration's authorization service can be overridden.AuthorizerConfig.Builder
defaultAuthorizerName(String defaultAuthorizerName)
The name of the authorization service for a domain configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-