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.BuildergeneralAuthorizationUpdate(Consumer<GeneralAuthorizationUpdate.Builder> generalAuthorizationUpdate) The General Authorization update information containing authorization materials to add or update in Kinesis Data Streams.generalAuthorizationUpdate(GeneralAuthorizationUpdate generalAuthorizationUpdate) The General Authorization update information containing authorization materials to add or update in Kinesis Data Streams.default 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:
-
generalAuthorizationUpdate
AuthConfigUpdate.Builder generalAuthorizationUpdate(GeneralAuthorizationUpdate generalAuthorizationUpdate) The General Authorization update information containing authorization materials to add or update in Kinesis Data Streams.
- Parameters:
generalAuthorizationUpdate- The General Authorization update information containing authorization materials to add or update in Kinesis Data Streams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generalAuthorizationUpdate
default AuthConfigUpdate.Builder generalAuthorizationUpdate(Consumer<GeneralAuthorizationUpdate.Builder> generalAuthorizationUpdate) The General Authorization update information containing authorization materials to add or update in Kinesis Data Streams.
This is a convenience method that creates an instance of theGeneralAuthorizationUpdate.Builderavoiding the need to create one manually viaGeneralAuthorizationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togeneralAuthorizationUpdate(GeneralAuthorizationUpdate).- Parameters:
generalAuthorizationUpdate- a consumer that will call methods onGeneralAuthorizationUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-