Interface RedshiftQueryEngineRedshiftStorageConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RedshiftQueryEngineRedshiftStorageConfiguration.Builder,
,RedshiftQueryEngineRedshiftStorageConfiguration> SdkBuilder<RedshiftQueryEngineRedshiftStorageConfiguration.Builder,
,RedshiftQueryEngineRedshiftStorageConfiguration> SdkPojo
- Enclosing class:
RedshiftQueryEngineRedshiftStorageConfiguration
@Mutable
@NotThreadSafe
public static interface RedshiftQueryEngineRedshiftStorageConfiguration.Builder
extends SdkPojo, CopyableBuilder<RedshiftQueryEngineRedshiftStorageConfiguration.Builder,RedshiftQueryEngineRedshiftStorageConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondatabaseName
(String databaseName) The name of the Amazon Redshift database.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
-
databaseName
The name of the Amazon Redshift database.
- Parameters:
databaseName
- The name of the Amazon Redshift database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-