Interface PipeTargetRedshiftDataParameters.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PipeTargetRedshiftDataParameters.Builder,,- PipeTargetRedshiftDataParameters> - SdkBuilder<PipeTargetRedshiftDataParameters.Builder,,- PipeTargetRedshiftDataParameters> - SdkPojo
- Enclosing class:
- PipeTargetRedshiftDataParameters
@Mutable
@NotThreadSafe
public static interface PipeTargetRedshiftDataParameters.Builder
extends SdkPojo, CopyableBuilder<PipeTargetRedshiftDataParameters.Builder,PipeTargetRedshiftDataParameters> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the database.The database user name.secretManagerArn(String secretManagerArn) The name or ARN of the secret that enables access to the database.The SQL statement text to run.sqls(Collection<String> sqls) The SQL statement text to run.statementName(String statementName) The name of the SQL statement.Indicates whether to send an event back to EventBridge after the SQL statement runs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
secretManagerArnThe name or ARN of the secret that enables access to the database. Required when authenticating using Secrets Manager. - Parameters:
- secretManagerArn- The name or ARN of the secret that enables access to the database. Required when authenticating using Secrets Manager.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
databaseThe name of the database. Required when authenticating using temporary credentials. - Parameters:
- database- The name of the database. Required when authenticating using temporary credentials.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbUserThe database user name. Required when authenticating using temporary credentials. - Parameters:
- dbUser- The database user name. Required when authenticating using temporary credentials.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statementNameThe name of the SQL statement. You can name the SQL statement when you create it to identify the query. - Parameters:
- statementName- The name of the SQL statement. You can name the SQL statement when you create it to identify the query.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
withEventIndicates whether to send an event back to EventBridge after the SQL statement runs. - Parameters:
- withEvent- Indicates whether to send an event back to EventBridge after the SQL statement runs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sqlsThe SQL statement text to run. - Parameters:
- sqls- The SQL statement text to run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sqlsThe SQL statement text to run. - Parameters:
- sqls- The SQL statement text to run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-