Interface RedshiftScopeUnion.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RedshiftScopeUnion.Builder,,RedshiftScopeUnion> SdkBuilder<RedshiftScopeUnion.Builder,,RedshiftScopeUnion> SdkPojo
- Enclosing class:
RedshiftScopeUnion
@Mutable
@NotThreadSafe
public static interface RedshiftScopeUnion.Builder
extends SdkPojo, CopyableBuilder<RedshiftScopeUnion.Builder,RedshiftScopeUnion>
-
Method Summary
Modifier and TypeMethodDescriptiondefault RedshiftScopeUnion.Builderconnect(Consumer<Connect.Builder> connect) The Amazon Redshift connect integration scope configuration.The Amazon Redshift connect integration scope 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
-
connect
The Amazon Redshift connect integration scope configuration. Defines authorization settings for Amazon Redshift connect service integration.
- Parameters:
connect- The Amazon Redshift connect integration scope configuration. Defines authorization settings for Amazon Redshift connect service integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connect
The Amazon Redshift connect integration scope configuration. Defines authorization settings for Amazon Redshift connect service integration.
This is a convenience method that creates an instance of theConnect.Builderavoiding the need to create one manually viaConnect.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconnect(Connect).- Parameters:
connect- a consumer that will call methods onConnect.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-