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()
boolean
The 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.int
hashCode()
void
setDatabase
(RDSDatabase database) The database details required to connect to an Amazon RDS.void
setDatabaseUserName
(String databaseUserName) void
setDataPipelineId
(String dataPipelineId) The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3.void
setResourceRole
(String resourceRole) The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3.void
setSelectSqlQuery
(String selectSqlQuery) The SQL query that is supplied during CreateDataSourceFromRDS.void
setServiceRole
(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
Verbose
is true inGetDataSourceInput
.- Parameters:
selectSqlQuery
- The SQL query that is supplied during CreateDataSourceFromRDS. Returns only ifVerbose
is true inGetDataSourceInput
.
-
getSelectSqlQuery
The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if
Verbose
is true inGetDataSourceInput
.- Returns:
- The SQL query that is supplied during
CreateDataSourceFromRDS. Returns only if
Verbose
is true inGetDataSourceInput
.
-
withSelectSqlQuery
The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if
Verbose
is true inGetDataSourceInput
.- Parameters:
selectSqlQuery
- The SQL query that is supplied during CreateDataSourceFromRDS. Returns only ifVerbose
is 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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-