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.Builder
oAuthUpdate
(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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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.Builder
avoiding the need to create one manually viaOAuthUpdate.builder()
.When the
Consumer
completes,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:
-