Package | Description |
---|---|
com.amazonaws.services.machinelearning.model |
Modifier and Type | Method and Description |
---|---|
RDSMetadata |
RDSMetadata.clone() |
RDSMetadata |
GetDataSourceResult.getRDSMetadata() |
RDSMetadata |
DataSource.getRDSMetadata() |
RDSMetadata |
RDSMetadata.withDatabase(RDSDatabase database)
The database details required to connect to an Amazon RDS.
|
RDSMetadata |
RDSMetadata.withDatabaseUserName(String databaseUserName) |
RDSMetadata |
RDSMetadata.withDataPipelineId(String dataPipelineId)
The ID of the Data Pipeline instance that is used to carry to copy data
from Amazon RDS to Amazon S3.
|
RDSMetadata |
RDSMetadata.withResourceRole(String resourceRole)
The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2
instance to carry out the copy task from Amazon RDS to Amazon S3.
|
RDSMetadata |
RDSMetadata.withSelectSqlQuery(String selectSqlQuery)
The SQL query that is supplied during CreateDataSourceFromRDS.
|
RDSMetadata |
RDSMetadata.withServiceRole(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.
|
Modifier and Type | Method and Description |
---|---|
void |
GetDataSourceResult.setRDSMetadata(RDSMetadata rDSMetadata) |
void |
DataSource.setRDSMetadata(RDSMetadata rDSMetadata) |
GetDataSourceResult |
GetDataSourceResult.withRDSMetadata(RDSMetadata rDSMetadata) |
DataSource |
DataSource.withRDSMetadata(RDSMetadata rDSMetadata) |
Copyright © 2018. All rights reserved.