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 Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
oAuthUpdate
The 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.
-
oAuthUpdate
The 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 onOAuthUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-