Class RDSDataSpec
- java.lang.Object
-
- com.amazonaws.services.machinelearning.model.RDSDataSpec
-
- All Implemented Interfaces:
Serializable,Cloneable
public class RDSDataSpec extends Object implements Serializable, Cloneable
The data specification of an Amazon Relational Database Service (Amazon RDS)
DataSource.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RDSDataSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RDSDataSpecclone()booleanequals(Object obj)RDSDatabaseCredentialsgetDatabaseCredentials()The AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon RDS database.RDSDatabasegetDatabaseInformation()Describes theDatabaseNameandInstanceIdentifierof an an Amazon RDS database.StringgetDataRearrangement()DataRearrangement - A JSON string that represents the splitting requirement of aDataSource.StringgetDataSchema()A JSON string that represents the schema for an Amazon RDSDataSource.StringgetDataSchemaUri()The Amazon S3 location of theDataSchema.StringgetResourceRole()The role (DataPipelineDefaultResourceRole) assumed by an Amazon Elastic Compute Cloud (Amazon EC2) instance to carry out the copy operation from Amazon RDS to an Amazon S3 task.StringgetS3StagingLocation()The Amazon S3 location for staging Amazon RDS data.List<String>getSecurityGroupIds()The security group IDs to be used to access a VPC-based RDS DB instance.StringgetSelectSqlQuery()The query that is used to retrieve the observation data for theDataSource.StringgetServiceRole()The role (DataPipelineDefaultRole) assumed by AWS Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3.StringgetSubnetId()The subnet ID to be used to access a VPC-based RDS DB instance.inthashCode()voidsetDatabaseCredentials(RDSDatabaseCredentials databaseCredentials)The AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon RDS database.voidsetDatabaseInformation(RDSDatabase databaseInformation)Describes theDatabaseNameandInstanceIdentifierof an an Amazon RDS database.voidsetDataRearrangement(String dataRearrangement)DataRearrangement - A JSON string that represents the splitting requirement of aDataSource.voidsetDataSchema(String dataSchema)A JSON string that represents the schema for an Amazon RDSDataSource.voidsetDataSchemaUri(String dataSchemaUri)The Amazon S3 location of theDataSchema.voidsetResourceRole(String resourceRole)The role (DataPipelineDefaultResourceRole) assumed by an Amazon Elastic Compute Cloud (Amazon EC2) instance to carry out the copy operation from Amazon RDS to an Amazon S3 task.voidsetS3StagingLocation(String s3StagingLocation)The Amazon S3 location for staging Amazon RDS data.voidsetSecurityGroupIds(Collection<String> securityGroupIds)The security group IDs to be used to access a VPC-based RDS DB instance.voidsetSelectSqlQuery(String selectSqlQuery)The query that is used to retrieve the observation data for theDataSource.voidsetServiceRole(String serviceRole)The role (DataPipelineDefaultRole) assumed by AWS Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3.voidsetSubnetId(String subnetId)The subnet ID to be used to access a VPC-based RDS DB instance.StringtoString()Returns a string representation of this object; useful for testing and debugging.RDSDataSpecwithDatabaseCredentials(RDSDatabaseCredentials databaseCredentials)The AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon RDS database.RDSDataSpecwithDatabaseInformation(RDSDatabase databaseInformation)Describes theDatabaseNameandInstanceIdentifierof an an Amazon RDS database.RDSDataSpecwithDataRearrangement(String dataRearrangement)DataRearrangement - A JSON string that represents the splitting requirement of aDataSource.RDSDataSpecwithDataSchema(String dataSchema)A JSON string that represents the schema for an Amazon RDSDataSource.RDSDataSpecwithDataSchemaUri(String dataSchemaUri)The Amazon S3 location of theDataSchema.RDSDataSpecwithResourceRole(String resourceRole)The role (DataPipelineDefaultResourceRole) assumed by an Amazon Elastic Compute Cloud (Amazon EC2) instance to carry out the copy operation from Amazon RDS to an Amazon S3 task.RDSDataSpecwithS3StagingLocation(String s3StagingLocation)The Amazon S3 location for staging Amazon RDS data.RDSDataSpecwithSecurityGroupIds(String... securityGroupIds)The security group IDs to be used to access a VPC-based RDS DB instance.RDSDataSpecwithSecurityGroupIds(Collection<String> securityGroupIds)The security group IDs to be used to access a VPC-based RDS DB instance.RDSDataSpecwithSelectSqlQuery(String selectSqlQuery)The query that is used to retrieve the observation data for theDataSource.RDSDataSpecwithServiceRole(String serviceRole)The role (DataPipelineDefaultRole) assumed by AWS Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3.RDSDataSpecwithSubnetId(String subnetId)The subnet ID to be used to access a VPC-based RDS DB instance.
-
-
-
Method Detail
-
setDatabaseInformation
public void setDatabaseInformation(RDSDatabase databaseInformation)
Describes the
DatabaseNameandInstanceIdentifierof an an Amazon RDS database.- Parameters:
databaseInformation- Describes theDatabaseNameandInstanceIdentifierof an an Amazon RDS database.
-
getDatabaseInformation
public RDSDatabase getDatabaseInformation()
Describes the
DatabaseNameandInstanceIdentifierof an an Amazon RDS database.- Returns:
- Describes the
DatabaseNameandInstanceIdentifierof an an Amazon RDS database.
-
withDatabaseInformation
public RDSDataSpec withDatabaseInformation(RDSDatabase databaseInformation)
Describes the
DatabaseNameandInstanceIdentifierof an an Amazon RDS database.- Parameters:
databaseInformation- Describes theDatabaseNameandInstanceIdentifierof an an Amazon RDS database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSelectSqlQuery
public void setSelectSqlQuery(String selectSqlQuery)
The query that is used to retrieve the observation data for the
DataSource.- Parameters:
selectSqlQuery- The query that is used to retrieve the observation data for theDataSource.
-
getSelectSqlQuery
public String getSelectSqlQuery()
The query that is used to retrieve the observation data for the
DataSource.- Returns:
- The query that is used to retrieve the observation data for the
DataSource.
-
withSelectSqlQuery
public RDSDataSpec withSelectSqlQuery(String selectSqlQuery)
The query that is used to retrieve the observation data for the
DataSource.- Parameters:
selectSqlQuery- The query that is used to retrieve the observation data for theDataSource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDatabaseCredentials
public void setDatabaseCredentials(RDSDatabaseCredentials databaseCredentials)
The AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon RDS database.
- Parameters:
databaseCredentials- The AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon RDS database.
-
getDatabaseCredentials
public RDSDatabaseCredentials getDatabaseCredentials()
The AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon RDS database.
- Returns:
- The AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon RDS database.
-
withDatabaseCredentials
public RDSDataSpec withDatabaseCredentials(RDSDatabaseCredentials databaseCredentials)
The AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon RDS database.
- Parameters:
databaseCredentials- The AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon RDS database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setS3StagingLocation
public void setS3StagingLocation(String s3StagingLocation)
The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using
SelectSqlQueryis stored in this location.- Parameters:
s3StagingLocation- The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS usingSelectSqlQueryis stored in this location.
-
getS3StagingLocation
public String getS3StagingLocation()
The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using
SelectSqlQueryis stored in this location.- Returns:
- The Amazon S3 location for staging Amazon RDS data. The data
retrieved from Amazon RDS using
SelectSqlQueryis stored in this location.
-
withS3StagingLocation
public RDSDataSpec withS3StagingLocation(String s3StagingLocation)
The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using
SelectSqlQueryis stored in this location.- Parameters:
s3StagingLocation- The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS usingSelectSqlQueryis stored in this location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDataRearrangement
public void setDataRearrangement(String dataRearrangement)
DataRearrangement - A JSON string that represents the splitting requirement of a
DataSource.
Sample -
"{\"splitting\":{\"percentBegin\":10,\"percentEnd\":60}}"- Parameters:
dataRearrangement- DataRearrangement - A JSON string that represents the splitting requirement of aDataSource.
Sample -
"{\"splitting\":{\"percentBegin\":10,\"percentEnd\":60}}"
-
getDataRearrangement
public String getDataRearrangement()
DataRearrangement - A JSON string that represents the splitting requirement of a
DataSource.
Sample -
"{\"splitting\":{\"percentBegin\":10,\"percentEnd\":60}}"- Returns:
- DataRearrangement - A JSON string that represents the splitting
requirement of a
DataSource.
Sample -
"{\"splitting\":{\"percentBegin\":10,\"percentEnd\":60}}"
-
withDataRearrangement
public RDSDataSpec withDataRearrangement(String dataRearrangement)
DataRearrangement - A JSON string that represents the splitting requirement of a
DataSource.
Sample -
"{\"splitting\":{\"percentBegin\":10,\"percentEnd\":60}}"- Parameters:
dataRearrangement- DataRearrangement - A JSON string that represents the splitting requirement of aDataSource.
Sample -
"{\"splitting\":{\"percentBegin\":10,\"percentEnd\":60}}"- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDataSchema
public void setDataSchema(String dataSchema)
A JSON string that represents the schema for an Amazon RDS
DataSource. TheDataSchemadefines the structure of the observation data in the data file(s) referenced in theDataSource.A
DataSchemais not required if you specify aDataSchemaUriDefine your
DataSchemaas a series of key-value pairs.attributesandexcludedVariableNameshave an array of key-value pairs for their value. Use the following format to define yourDataSchema.{ "version": "1.0",
"recordAnnotationFieldName": "F1",
"recordWeightFieldName": "F2",
"targetFieldName": "F3",
"dataFormat": "CSV",
"dataFileContainsHeader": true,
"attributes": [
{ "fieldName": "F1", "fieldType": "TEXT" }, { "fieldName": "F2", "fieldType": "NUMERIC" }, { "fieldName": "F3", "fieldType": "CATEGORICAL" }, { "fieldName": "F4", "fieldType": "NUMERIC" }, { "fieldName": "F5", "fieldType": "CATEGORICAL" }, { "fieldName": "F6", "fieldType": "TEXT" }, { "fieldName": "F7", "fieldType": "WEIGHTED_INT_SEQUENCE" }, { "fieldName": "F8", "fieldType": "WEIGHTED_STRING_SEQUENCE" } ],
"excludedVariableNames": [ "F6" ] }
- Parameters:
dataSchema- A JSON string that represents the schema for an Amazon RDSDataSource. TheDataSchemadefines the structure of the observation data in the data file(s) referenced in theDataSource.A
DataSchemais not required if you specify aDataSchemaUriDefine your
DataSchemaas a series of key-value pairs.attributesandexcludedVariableNameshave an array of key-value pairs for their value. Use the following format to define yourDataSchema.{ "version": "1.0",
"recordAnnotationFieldName": "F1",
"recordWeightFieldName": "F2",
"targetFieldName": "F3",
"dataFormat": "CSV",
"dataFileContainsHeader": true,
"attributes": [
{ "fieldName": "F1", "fieldType": "TEXT" }, { "fieldName": "F2", "fieldType": "NUMERIC" }, { "fieldName": "F3", "fieldType": "CATEGORICAL" }, { "fieldName": "F4", "fieldType": "NUMERIC" }, { "fieldName": "F5", "fieldType": "CATEGORICAL" }, { "fieldName": "F6", "fieldType": "TEXT" }, { "fieldName": "F7", "fieldType": "WEIGHTED_INT_SEQUENCE" }, { "fieldName": "F8", "fieldType": "WEIGHTED_STRING_SEQUENCE" } ],
"excludedVariableNames": [ "F6" ] }
-
getDataSchema
public String getDataSchema()
A JSON string that represents the schema for an Amazon RDS
DataSource. TheDataSchemadefines the structure of the observation data in the data file(s) referenced in theDataSource.A
DataSchemais not required if you specify aDataSchemaUriDefine your
DataSchemaas a series of key-value pairs.attributesandexcludedVariableNameshave an array of key-value pairs for their value. Use the following format to define yourDataSchema.{ "version": "1.0",
"recordAnnotationFieldName": "F1",
"recordWeightFieldName": "F2",
"targetFieldName": "F3",
"dataFormat": "CSV",
"dataFileContainsHeader": true,
"attributes": [
{ "fieldName": "F1", "fieldType": "TEXT" }, { "fieldName": "F2", "fieldType": "NUMERIC" }, { "fieldName": "F3", "fieldType": "CATEGORICAL" }, { "fieldName": "F4", "fieldType": "NUMERIC" }, { "fieldName": "F5", "fieldType": "CATEGORICAL" }, { "fieldName": "F6", "fieldType": "TEXT" }, { "fieldName": "F7", "fieldType": "WEIGHTED_INT_SEQUENCE" }, { "fieldName": "F8", "fieldType": "WEIGHTED_STRING_SEQUENCE" } ],
"excludedVariableNames": [ "F6" ] }
- Returns:
- A JSON string that represents the schema for an Amazon RDS
DataSource. TheDataSchemadefines the structure of the observation data in the data file(s) referenced in theDataSource.A
DataSchemais not required if you specify aDataSchemaUriDefine your
DataSchemaas a series of key-value pairs.attributesandexcludedVariableNameshave an array of key-value pairs for their value. Use the following format to define yourDataSchema.{ "version": "1.0",
"recordAnnotationFieldName": "F1",
"recordWeightFieldName": "F2",
"targetFieldName": "F3",
"dataFormat": "CSV",
"dataFileContainsHeader": true,
"attributes": [
{ "fieldName": "F1", "fieldType": "TEXT" }, { "fieldName": "F2", "fieldType": "NUMERIC" }, { "fieldName": "F3", "fieldType": "CATEGORICAL" }, { "fieldName": "F4", "fieldType": "NUMERIC" }, { "fieldName": "F5", "fieldType": "CATEGORICAL" }, { "fieldName": "F6", "fieldType": "TEXT" }, { "fieldName": "F7", "fieldType": "WEIGHTED_INT_SEQUENCE" }, { "fieldName": "F8", "fieldType": "WEIGHTED_STRING_SEQUENCE" } ],
"excludedVariableNames": [ "F6" ] }
-
withDataSchema
public RDSDataSpec withDataSchema(String dataSchema)
A JSON string that represents the schema for an Amazon RDS
DataSource. TheDataSchemadefines the structure of the observation data in the data file(s) referenced in theDataSource.A
DataSchemais not required if you specify aDataSchemaUriDefine your
DataSchemaas a series of key-value pairs.attributesandexcludedVariableNameshave an array of key-value pairs for their value. Use the following format to define yourDataSchema.{ "version": "1.0",
"recordAnnotationFieldName": "F1",
"recordWeightFieldName": "F2",
"targetFieldName": "F3",
"dataFormat": "CSV",
"dataFileContainsHeader": true,
"attributes": [
{ "fieldName": "F1", "fieldType": "TEXT" }, { "fieldName": "F2", "fieldType": "NUMERIC" }, { "fieldName": "F3", "fieldType": "CATEGORICAL" }, { "fieldName": "F4", "fieldType": "NUMERIC" }, { "fieldName": "F5", "fieldType": "CATEGORICAL" }, { "fieldName": "F6", "fieldType": "TEXT" }, { "fieldName": "F7", "fieldType": "WEIGHTED_INT_SEQUENCE" }, { "fieldName": "F8", "fieldType": "WEIGHTED_STRING_SEQUENCE" } ],
"excludedVariableNames": [ "F6" ] }
- Parameters:
dataSchema- A JSON string that represents the schema for an Amazon RDSDataSource. TheDataSchemadefines the structure of the observation data in the data file(s) referenced in theDataSource.A
DataSchemais not required if you specify aDataSchemaUriDefine your
DataSchemaas a series of key-value pairs.attributesandexcludedVariableNameshave an array of key-value pairs for their value. Use the following format to define yourDataSchema.{ "version": "1.0",
"recordAnnotationFieldName": "F1",
"recordWeightFieldName": "F2",
"targetFieldName": "F3",
"dataFormat": "CSV",
"dataFileContainsHeader": true,
"attributes": [
{ "fieldName": "F1", "fieldType": "TEXT" }, { "fieldName": "F2", "fieldType": "NUMERIC" }, { "fieldName": "F3", "fieldType": "CATEGORICAL" }, { "fieldName": "F4", "fieldType": "NUMERIC" }, { "fieldName": "F5", "fieldType": "CATEGORICAL" }, { "fieldName": "F6", "fieldType": "TEXT" }, { "fieldName": "F7", "fieldType": "WEIGHTED_INT_SEQUENCE" }, { "fieldName": "F8", "fieldType": "WEIGHTED_STRING_SEQUENCE" } ],
"excludedVariableNames": [ "F6" ] }
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDataSchemaUri
public void setDataSchemaUri(String dataSchemaUri)
The Amazon S3 location of the
DataSchema.- Parameters:
dataSchemaUri- The Amazon S3 location of theDataSchema.
-
getDataSchemaUri
public String getDataSchemaUri()
The Amazon S3 location of the
DataSchema.- Returns:
- The Amazon S3 location of the
DataSchema.
-
withDataSchemaUri
public RDSDataSpec withDataSchemaUri(String dataSchemaUri)
The Amazon S3 location of the
DataSchema.- Parameters:
dataSchemaUri- The Amazon S3 location of theDataSchema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setResourceRole
public void setResourceRole(String resourceRole)
The role (DataPipelineDefaultResourceRole) assumed by an Amazon Elastic Compute Cloud (Amazon EC2) instance to carry out the copy operation from Amazon RDS to an Amazon S3 task. For more information, see Role templates for data pipelines.
- Parameters:
resourceRole- The role (DataPipelineDefaultResourceRole) assumed by an Amazon Elastic Compute Cloud (Amazon EC2) instance to carry out the copy operation from Amazon RDS to an Amazon S3 task. For more information, see Role templates for data pipelines.
-
getResourceRole
public String getResourceRole()
The role (DataPipelineDefaultResourceRole) assumed by an Amazon Elastic Compute Cloud (Amazon EC2) instance to carry out the copy operation from Amazon RDS to an Amazon S3 task. For more information, see Role templates for data pipelines.
- Returns:
- The role (DataPipelineDefaultResourceRole) assumed by an Amazon Elastic Compute Cloud (Amazon EC2) instance to carry out the copy operation from Amazon RDS to an Amazon S3 task. For more information, see Role templates for data pipelines.
-
withResourceRole
public RDSDataSpec withResourceRole(String resourceRole)
The role (DataPipelineDefaultResourceRole) assumed by an Amazon Elastic Compute Cloud (Amazon EC2) instance to carry out the copy operation from Amazon RDS to an Amazon S3 task. For more information, see Role templates for data pipelines.
- Parameters:
resourceRole- The role (DataPipelineDefaultResourceRole) assumed by an Amazon Elastic Compute Cloud (Amazon EC2) instance to carry out the copy operation from Amazon RDS to an Amazon S3 task. 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
public void setServiceRole(String serviceRole)
The role (DataPipelineDefaultRole) assumed by AWS 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 AWS 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
public String getServiceRole()
The role (DataPipelineDefaultRole) assumed by AWS 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 AWS 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
public RDSDataSpec withServiceRole(String serviceRole)
The role (DataPipelineDefaultRole) assumed by AWS 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 AWS 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.
-
setSubnetId
public void setSubnetId(String subnetId)
The subnet ID to be used to access a VPC-based RDS DB instance. This attribute is used by Data Pipeline to carry out the copy task from Amazon RDS to Amazon S3.
- Parameters:
subnetId- The subnet ID to be used to access a VPC-based RDS DB instance. This attribute is used by Data Pipeline to carry out the copy task from Amazon RDS to Amazon S3.
-
getSubnetId
public String getSubnetId()
The subnet ID to be used to access a VPC-based RDS DB instance. This attribute is used by Data Pipeline to carry out the copy task from Amazon RDS to Amazon S3.
- Returns:
- The subnet ID to be used to access a VPC-based RDS DB instance. This attribute is used by Data Pipeline to carry out the copy task from Amazon RDS to Amazon S3.
-
withSubnetId
public RDSDataSpec withSubnetId(String subnetId)
The subnet ID to be used to access a VPC-based RDS DB instance. This attribute is used by Data Pipeline to carry out the copy task from Amazon RDS to Amazon S3.
- Parameters:
subnetId- The subnet ID to be used to access a VPC-based RDS DB instance. This attribute is used by Data Pipeline to carry out the copy task from Amazon RDS to Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getSecurityGroupIds
public List<String> getSecurityGroupIds()
The security group IDs to be used to access a VPC-based RDS DB instance. Ensure that there are appropriate ingress rules set up to allow access to the RDS DB instance. This attribute is used by Data Pipeline to carry out the copy operation from Amazon RDS to an Amazon S3 task.
- Returns:
- The security group IDs to be used to access a VPC-based RDS DB instance. Ensure that there are appropriate ingress rules set up to allow access to the RDS DB instance. This attribute is used by Data Pipeline to carry out the copy operation from Amazon RDS to an Amazon S3 task.
-
setSecurityGroupIds
public void setSecurityGroupIds(Collection<String> securityGroupIds)
The security group IDs to be used to access a VPC-based RDS DB instance. Ensure that there are appropriate ingress rules set up to allow access to the RDS DB instance. This attribute is used by Data Pipeline to carry out the copy operation from Amazon RDS to an Amazon S3 task.
- Parameters:
securityGroupIds- The security group IDs to be used to access a VPC-based RDS DB instance. Ensure that there are appropriate ingress rules set up to allow access to the RDS DB instance. This attribute is used by Data Pipeline to carry out the copy operation from Amazon RDS to an Amazon S3 task.
-
withSecurityGroupIds
public RDSDataSpec withSecurityGroupIds(String... securityGroupIds)
The security group IDs to be used to access a VPC-based RDS DB instance. Ensure that there are appropriate ingress rules set up to allow access to the RDS DB instance. This attribute is used by Data Pipeline to carry out the copy operation from Amazon RDS to an Amazon S3 task.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)orwithSecurityGroupIds(java.util.Collection)if you want to override the existing values.- Parameters:
securityGroupIds- The security group IDs to be used to access a VPC-based RDS DB instance. Ensure that there are appropriate ingress rules set up to allow access to the RDS DB instance. This attribute is used by Data Pipeline to carry out the copy operation from Amazon RDS to an Amazon S3 task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSecurityGroupIds
public RDSDataSpec withSecurityGroupIds(Collection<String> securityGroupIds)
The security group IDs to be used to access a VPC-based RDS DB instance. Ensure that there are appropriate ingress rules set up to allow access to the RDS DB instance. This attribute is used by Data Pipeline to carry out the copy operation from Amazon RDS to an Amazon S3 task.
- Parameters:
securityGroupIds- The security group IDs to be used to access a VPC-based RDS DB instance. Ensure that there are appropriate ingress rules set up to allow access to the RDS DB instance. This attribute is used by Data Pipeline to carry out the copy operation from Amazon RDS to an Amazon S3 task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public RDSDataSpec clone()
-
-