Interface RedshiftPropertiesPatch.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RedshiftPropertiesPatch.Builder,
,RedshiftPropertiesPatch> SdkBuilder<RedshiftPropertiesPatch.Builder,
,RedshiftPropertiesPatch> SdkPojo
- Enclosing class:
RedshiftPropertiesPatch
-
Method Summary
Modifier and TypeMethodDescriptiondefault RedshiftPropertiesPatch.Builder
credentials
(Consumer<RedshiftCredentials.Builder> credentials) The credentials in the Amazon Redshift properties patch.credentials
(RedshiftCredentials credentials) The credentials in the Amazon Redshift properties patch.databaseName
(String databaseName) The name in the Amazon Redshift properties patch.The host in the Amazon Redshift properties patch.default RedshiftPropertiesPatch.Builder
lineageSync
(Consumer<RedshiftLineageSyncConfigurationInput.Builder> lineageSync) The lineage sync in the Amazon Redshift properties patch.lineageSync
(RedshiftLineageSyncConfigurationInput lineageSync) The lineage sync in the Amazon Redshift properties patch.The port in the Amazon Redshift properties patch.default RedshiftPropertiesPatch.Builder
storage
(Consumer<RedshiftStorageProperties.Builder> storage) The storage in the Amazon Redshift properties patch.storage
(RedshiftStorageProperties storage) The storage in the Amazon Redshift properties patch.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
-
credentials
The credentials in the Amazon Redshift properties patch.
- Parameters:
credentials
- The credentials in the Amazon Redshift properties patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentials
default RedshiftPropertiesPatch.Builder credentials(Consumer<RedshiftCredentials.Builder> credentials) The credentials in the Amazon Redshift properties patch.
This is a convenience method that creates an instance of theRedshiftCredentials.Builder
avoiding the need to create one manually viaRedshiftCredentials.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocredentials(RedshiftCredentials)
.- Parameters:
credentials
- a consumer that will call methods onRedshiftCredentials.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
databaseName
The name in the Amazon Redshift properties patch.
- Parameters:
databaseName
- The name in the Amazon Redshift properties patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
host
The host in the Amazon Redshift properties patch.
- Parameters:
host
- The host in the Amazon Redshift properties patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineageSync
The lineage sync in the Amazon Redshift properties patch.
- Parameters:
lineageSync
- The lineage sync in the Amazon Redshift properties patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineageSync
default RedshiftPropertiesPatch.Builder lineageSync(Consumer<RedshiftLineageSyncConfigurationInput.Builder> lineageSync) The lineage sync in the Amazon Redshift properties patch.
This is a convenience method that creates an instance of theRedshiftLineageSyncConfigurationInput.Builder
avoiding the need to create one manually viaRedshiftLineageSyncConfigurationInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolineageSync(RedshiftLineageSyncConfigurationInput)
.- Parameters:
lineageSync
- a consumer that will call methods onRedshiftLineageSyncConfigurationInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
port
The port in the Amazon Redshift properties patch.
- Parameters:
port
- The port in the Amazon Redshift properties patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storage
The storage in the Amazon Redshift properties patch.
- Parameters:
storage
- The storage in the Amazon Redshift properties patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storage
default RedshiftPropertiesPatch.Builder storage(Consumer<RedshiftStorageProperties.Builder> storage) The storage in the Amazon Redshift properties patch.
This is a convenience method that creates an instance of theRedshiftStorageProperties.Builder
avoiding the need to create one manually viaRedshiftStorageProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostorage(RedshiftStorageProperties)
.- Parameters:
storage
- a consumer that will call methods onRedshiftStorageProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-