public static interface AuthorizerConfig.Builder extends SdkPojo, CopyableBuilder<AuthorizerConfig.Builder,AuthorizerConfig>
| Modifier and Type | Method and 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthorizerConfig.Builder defaultAuthorizerName(String defaultAuthorizerName)
The name of the authorization service for a domain configuration.
defaultAuthorizerName - The name of the authorization service for a domain configuration.AuthorizerConfig.Builder allowAuthorizerOverride(Boolean allowAuthorizerOverride)
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
allowAuthorizerOverride - A Boolean that specifies whether the domain configuration's authorization service can be overridden.Copyright © 2023. All rights reserved.