Interface AuthorizerConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AuthorizerConfiguration.Builder,,- AuthorizerConfiguration> - SdkBuilder<AuthorizerConfiguration.Builder,,- AuthorizerConfiguration> - SdkPojo
- Enclosing class:
- AuthorizerConfiguration
@Mutable
@NotThreadSafe
public static interface AuthorizerConfiguration.Builder
extends SdkPojo, CopyableBuilder<AuthorizerConfiguration.Builder,AuthorizerConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault AuthorizerConfiguration.BuildercustomJWTAuthorizer(Consumer<CustomJWTAuthorizerConfiguration.Builder> customJWTAuthorizer) The inbound JWT-based authorization, specifying how incoming requests should be authenticated.customJWTAuthorizer(CustomJWTAuthorizerConfiguration customJWTAuthorizer) The inbound JWT-based authorization, specifying how incoming requests should be authenticated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
customJWTAuthorizerAuthorizerConfiguration.Builder customJWTAuthorizer(CustomJWTAuthorizerConfiguration customJWTAuthorizer) The inbound JWT-based authorization, specifying how incoming requests should be authenticated. - Parameters:
- customJWTAuthorizer- The inbound JWT-based authorization, specifying how incoming requests should be authenticated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
customJWTAuthorizerdefault AuthorizerConfiguration.Builder customJWTAuthorizer(Consumer<CustomJWTAuthorizerConfiguration.Builder> customJWTAuthorizer) The inbound JWT-based authorization, specifying how incoming requests should be authenticated. This is a convenience method that creates an instance of theCustomJWTAuthorizerConfiguration.Builderavoiding the need to create one manually viaCustomJWTAuthorizerConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomJWTAuthorizer(CustomJWTAuthorizerConfiguration).- Parameters:
- customJWTAuthorizer- a consumer that will call methods on- CustomJWTAuthorizerConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-