public static interface RDSMetadata.Builder extends CopyableBuilder<RDSMetadata.Builder,RDSMetadata>
Modifier and Type | Method and Description |
---|---|
default RDSMetadata.Builder |
database(Consumer<RDSDatabase.Builder> database)
The database details required to connect to an Amazon RDS.
|
RDSMetadata.Builder |
database(RDSDatabase database)
The database details required to connect to an Amazon RDS.
|
RDSMetadata.Builder |
databaseUserName(String databaseUserName)
Sets the value of the DatabaseUserName property for this object.
|
RDSMetadata.Builder |
dataPipelineId(String dataPipelineId)
The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3.
|
RDSMetadata.Builder |
resourceRole(String resourceRole)
The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from
Amazon RDS to Amazon S3.
|
RDSMetadata.Builder |
selectSqlQuery(String selectSqlQuery)
The SQL query that is supplied during CreateDataSourceFromRDS.
|
RDSMetadata.Builder |
serviceRole(String serviceRole)
The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy
task from Amazon RDS to Amazon S3.
|
copy
applyMutation, build
RDSMetadata.Builder database(RDSDatabase database)
The database details required to connect to an Amazon RDS.
database
- The database details required to connect to an Amazon RDS.default RDSMetadata.Builder database(Consumer<RDSDatabase.Builder> database)
The database details required to connect to an Amazon RDS.
This is a convenience that creates an instance of theRDSDatabase.Builder
avoiding the need to create
one manually via RDSDatabase.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to database(RDSDatabase)
.database
- a consumer that will call methods on RDSDatabase.Builder
database(RDSDatabase)
RDSMetadata.Builder databaseUserName(String databaseUserName)
databaseUserName
- The new value for the DatabaseUserName property for this object.RDSMetadata.Builder selectSqlQuery(String selectSqlQuery)
The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is
true in GetDataSourceInput
.
selectSqlQuery
- The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if
Verbose
is true in GetDataSourceInput
.RDSMetadata.Builder resourceRole(String resourceRole)
The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
resourceRole
- The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy
task from Amazon RDS to Amazon S3. For more information, see Role
templates for data pipelines.RDSMetadata.Builder serviceRole(String serviceRole)
The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
serviceRole
- The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the
copy task from Amazon RDS to Amazon S3. For more information, see Role
templates for data pipelines.RDSMetadata.Builder dataPipelineId(String dataPipelineId)
The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.
dataPipelineId
- The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3.
You can use the ID to find details about the instance in the Data Pipeline console.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.