| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
RDSMetadata |
RDSMetadata.clone() |
RDSMetadata |
GetDataSourceResult.getRDSMetadata()
Returns the value of the RDSMetadata property for this object.
|
RDSMetadata |
DataSource.getRDSMetadata()
Returns the value of the RDSMetadata property for this object.
|
RDSMetadata |
RDSMetadata.withDatabase(RDSDatabase database)
The database details required to connect to an Amazon RDS.
|
RDSMetadata |
RDSMetadata.withDatabaseUserName(String databaseUserName)
Sets the value of the DatabaseUserName property for this object.
|
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)
Sets the value of the RDSMetadata property for this object.
|
void |
DataSource.setRDSMetadata(RDSMetadata rDSMetadata)
Sets the value of the RDSMetadata property for this object.
|
GetDataSourceResult |
GetDataSourceResult.withRDSMetadata(RDSMetadata rDSMetadata)
Sets the value of the RDSMetadata property for this object.
|
DataSource |
DataSource.withRDSMetadata(RDSMetadata rDSMetadata)
Sets the value of the RDSMetadata property for this object.
|
Copyright © 2015. All rights reserved.