CopyableBuilder<RDSMetadata.Builder,RDSMetadata>
, SdkBuilder<RDSMetadata.Builder,RDSMetadata>
public static interface RDSMetadata.Builder extends CopyableBuilder<RDSMetadata.Builder,RDSMetadata>
Modifier and Type | Method | Description |
---|---|---|
RDSMetadata.Builder |
database(RDSDatabase database) |
The database details required to connect to an Amazon RDS.
|
RDSMetadata.Builder |
databaseUserName(String databaseUserName) |
|
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
apply, 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.RDSMetadata.Builder databaseUserName(String databaseUserName)
databaseUserName
- 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.