Interface RedshiftRunConfigurationOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RedshiftRunConfigurationOutput.Builder,RedshiftRunConfigurationOutput>,SdkBuilder<RedshiftRunConfigurationOutput.Builder,RedshiftRunConfigurationOutput>,SdkPojo
- Enclosing class:
- RedshiftRunConfigurationOutput
public static interface RedshiftRunConfigurationOutput.Builder extends SdkPojo, CopyableBuilder<RedshiftRunConfigurationOutput.Builder,RedshiftRunConfigurationOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RedshiftRunConfigurationOutput.BuilderaccountId(String accountId)The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source.RedshiftRunConfigurationOutput.BuilderdataAccessRole(String dataAccessRole)The data access role included in the configuration details of the Amazon Redshift data source.default RedshiftRunConfigurationOutput.BuilderredshiftCredentialConfiguration(Consumer<RedshiftCredentialConfiguration.Builder> redshiftCredentialConfiguration)Sets the value of the RedshiftCredentialConfiguration property for this object.RedshiftRunConfigurationOutput.BuilderredshiftCredentialConfiguration(RedshiftCredentialConfiguration redshiftCredentialConfiguration)Sets the value of the RedshiftCredentialConfiguration property for this object.default RedshiftRunConfigurationOutput.BuilderredshiftStorage(Consumer<RedshiftStorage.Builder> redshiftStorage)Sets the value of the RedshiftStorage property for this object.RedshiftRunConfigurationOutput.BuilderredshiftStorage(RedshiftStorage redshiftStorage)Sets the value of the RedshiftStorage property for this object.RedshiftRunConfigurationOutput.Builderregion(String region)The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.RedshiftRunConfigurationOutput.BuilderrelationalFilterConfigurations(Collection<RelationalFilterConfiguration> relationalFilterConfigurations)The relational filger configurations included in the configuration details of the Amazon Redshift data source.RedshiftRunConfigurationOutput.BuilderrelationalFilterConfigurations(Consumer<RelationalFilterConfiguration.Builder>... relationalFilterConfigurations)The relational filger configurations included in the configuration details of the Amazon Redshift data source.RedshiftRunConfigurationOutput.BuilderrelationalFilterConfigurations(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, sdkFields
-
-
-
-
Method Detail
-
accountId
RedshiftRunConfigurationOutput.Builder accountId(String 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
RedshiftRunConfigurationOutput.Builder dataAccessRole(String 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.Builderavoiding the need to create one manually viaRedshiftCredentialConfiguration.builder().When the
Consumercompletes,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:
redshiftCredentialConfiguration(RedshiftCredentialConfiguration)
-
redshiftStorage
RedshiftRunConfigurationOutput.Builder redshiftStorage(RedshiftStorage 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.Builderavoiding the need to create one manually viaRedshiftStorage.builder().When the
Consumercompletes,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:
redshiftStorage(RedshiftStorage)
-
region
RedshiftRunConfigurationOutput.Builder region(String 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.Builderavoiding the need to create one manually viaRelationalFilterConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#relationalFilterConfigurations(List.) - 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:
#relationalFilterConfigurations(java.util.Collection)
-
-