Class RDSMetadata
- All Implemented Interfaces:
Serializable, Cloneable
The datasource details that are specific to Amazon RDS.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe database details required to connect to an Amazon RDS.The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3.The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3.The SQL query that is supplied during CreateDataSourceFromRDS.The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3.inthashCode()voidsetDatabase(RDSDatabase database) The database details required to connect to an Amazon RDS.voidsetDatabaseUserName(String databaseUserName) voidsetDataPipelineId(String dataPipelineId) The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3.voidsetResourceRole(String resourceRole) The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3.voidsetSelectSqlQuery(String selectSqlQuery) The SQL query that is supplied during CreateDataSourceFromRDS.voidsetServiceRole(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.toString()Returns a string representation of this object; useful for testing and debugging.withDatabase(RDSDatabase database) The database details required to connect to an Amazon RDS.withDatabaseUserName(String databaseUserName) withDataPipelineId(String dataPipelineId) The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3.withResourceRole(String resourceRole) The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3.withSelectSqlQuery(String selectSqlQuery) The SQL query that is supplied during CreateDataSourceFromRDS.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.
-
Constructor Details
-
RDSMetadata
public RDSMetadata()
-
-
Method Details
-
setDatabase
The database details required to connect to an Amazon RDS.
- Parameters:
database- The database details required to connect to an Amazon RDS.
-
getDatabase
The database details required to connect to an Amazon RDS.
- Returns:
- The database details required to connect to an Amazon RDS.
-
withDatabase
The database details required to connect to an Amazon RDS.
- Parameters:
database- The database details required to connect to an Amazon RDS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDatabaseUserName
- Parameters:
databaseUserName-
-
getDatabaseUserName
- Returns:
-
withDatabaseUserName
- Parameters:
databaseUserName-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSelectSqlQuery
The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if
Verboseis true inGetDataSourceInput.- Parameters:
selectSqlQuery- The SQL query that is supplied during CreateDataSourceFromRDS. Returns only ifVerboseis true inGetDataSourceInput.
-
getSelectSqlQuery
The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if
Verboseis true inGetDataSourceInput.- Returns:
- The SQL query that is supplied during
CreateDataSourceFromRDS. Returns only if
Verboseis true inGetDataSourceInput.
-
withSelectSqlQuery
The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if
Verboseis true inGetDataSourceInput.- Parameters:
selectSqlQuery- The SQL query that is supplied during CreateDataSourceFromRDS. Returns only ifVerboseis true inGetDataSourceInput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setResourceRole
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.
- Parameters:
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.
-
getResourceRole
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.
- Returns:
- 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.
-
withResourceRole
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setServiceRole
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.
- Parameters:
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.
-
getServiceRole
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.
- Returns:
- 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.
-
withServiceRole
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDataPipelineId
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.
- Parameters:
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.
-
getDataPipelineId
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.
- Returns:
- 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.
-
withDataPipelineId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-