Interface AuthConfigUpdate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AuthConfigUpdate.Builder,,- AuthConfigUpdate> - SdkBuilder<AuthConfigUpdate.Builder,,- AuthConfigUpdate> - SdkPojo
- Enclosing class:
- AuthConfigUpdate
@Mutable
@NotThreadSafe
public static interface AuthConfigUpdate.Builder
extends SdkPojo, CopyableBuilder<AuthConfigUpdate.Builder,AuthConfigUpdate> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault AuthConfigUpdate.BuilderoAuthUpdate(Consumer<OAuthUpdate.Builder> oAuthUpdate) The updated OAuth configuration settings for the authentication configuration.oAuthUpdate(OAuthUpdate oAuthUpdate) The updated OAuth configuration settings for the authentication configuration.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- 
oAuthUpdateThe updated OAuth configuration settings for the authentication configuration. - Parameters:
- oAuthUpdate- The updated OAuth configuration settings for the authentication configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
oAuthUpdateThe updated OAuth configuration settings for the authentication configuration. This is a convenience method that creates an instance of theOAuthUpdate.Builderavoiding the need to create one manually viaOAuthUpdate.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooAuthUpdate(OAuthUpdate).- Parameters:
- oAuthUpdate- a consumer that will call methods on- OAuthUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-