Interface RedshiftRunConfigurationOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RedshiftRunConfigurationOutput.Builder,
,RedshiftRunConfigurationOutput> SdkBuilder<RedshiftRunConfigurationOutput.Builder,
,RedshiftRunConfigurationOutput> SdkPojo
- Enclosing class:
RedshiftRunConfigurationOutput
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source.dataAccessRole
(String dataAccessRole) The data access role included in the configuration details of the Amazon Redshift data source.redshiftCredentialConfiguration
(Consumer<RedshiftCredentialConfiguration.Builder> redshiftCredentialConfiguration) Sets the value of the RedshiftCredentialConfiguration property for this object.redshiftCredentialConfiguration
(RedshiftCredentialConfiguration redshiftCredentialConfiguration) Sets the value of the RedshiftCredentialConfiguration property for this object.redshiftStorage
(Consumer<RedshiftStorage.Builder> redshiftStorage) Sets the value of the RedshiftStorage property for this object.redshiftStorage
(RedshiftStorage redshiftStorage) Sets the value of the RedshiftStorage property for this object.The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.relationalFilterConfigurations
(Collection<RelationalFilterConfiguration> relationalFilterConfigurations) The relational filger configurations included in the configuration details of the Amazon Redshift data source.relationalFilterConfigurations
(Consumer<RelationalFilterConfiguration.Builder>... relationalFilterConfigurations) The relational filger configurations included in the configuration details of the Amazon Redshift data source.relationalFilterConfigurations
(RelationalFilterConfiguration... relationalFilterConfigurations) The relational filger configurations included in the configuration details of the Amazon Redshift data source.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
-
accountId
The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source.
- Parameters:
accountId
- The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataAccessRole
The data access role included in the configuration details of the Amazon Redshift data source.
- Parameters:
dataAccessRole
- The data access role included in the configuration details of the Amazon Redshift data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redshiftCredentialConfiguration
RedshiftRunConfigurationOutput.Builder redshiftCredentialConfiguration(RedshiftCredentialConfiguration redshiftCredentialConfiguration) Sets the value of the RedshiftCredentialConfiguration property for this object.- Parameters:
redshiftCredentialConfiguration
- The new value for the RedshiftCredentialConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redshiftCredentialConfiguration
default RedshiftRunConfigurationOutput.Builder redshiftCredentialConfiguration(Consumer<RedshiftCredentialConfiguration.Builder> redshiftCredentialConfiguration) Sets the value of the RedshiftCredentialConfiguration property for this object. This is a convenience method that creates an instance of theRedshiftCredentialConfiguration.Builder
avoiding the need to create one manually viaRedshiftCredentialConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toredshiftCredentialConfiguration(RedshiftCredentialConfiguration)
.- Parameters:
redshiftCredentialConfiguration
- a consumer that will call methods onRedshiftCredentialConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
redshiftStorage
Sets the value of the RedshiftStorage property for this object.- Parameters:
redshiftStorage
- The new value for the RedshiftStorage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redshiftStorage
default RedshiftRunConfigurationOutput.Builder redshiftStorage(Consumer<RedshiftStorage.Builder> redshiftStorage) Sets the value of the RedshiftStorage property for this object. This is a convenience method that creates an instance of theRedshiftStorage.Builder
avoiding the need to create one manually viaRedshiftStorage.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toredshiftStorage(RedshiftStorage)
.- Parameters:
redshiftStorage
- a consumer that will call methods onRedshiftStorage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
region
The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.
- Parameters:
region
- The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relationalFilterConfigurations
RedshiftRunConfigurationOutput.Builder relationalFilterConfigurations(Collection<RelationalFilterConfiguration> relationalFilterConfigurations) The relational filger configurations included in the configuration details of the Amazon Redshift data source.
- Parameters:
relationalFilterConfigurations
- The relational filger configurations included in the configuration details of the Amazon Redshift data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relationalFilterConfigurations
RedshiftRunConfigurationOutput.Builder relationalFilterConfigurations(RelationalFilterConfiguration... relationalFilterConfigurations) The relational filger configurations included in the configuration details of the Amazon Redshift data source.
- Parameters:
relationalFilterConfigurations
- The relational filger configurations included in the configuration details of the Amazon Redshift data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relationalFilterConfigurations
RedshiftRunConfigurationOutput.Builder relationalFilterConfigurations(Consumer<RelationalFilterConfiguration.Builder>... relationalFilterConfigurations) The relational filger configurations included in the configuration details of the Amazon Redshift data source.
This is a convenience method that creates an instance of theRelationalFilterConfiguration.Builder
avoiding the need to create one manually viaRelationalFilterConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torelationalFilterConfigurations(List<RelationalFilterConfiguration>)
.- Parameters:
relationalFilterConfigurations
- a consumer that will call methods onRelationalFilterConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-