RDSDataSpec |
RDSDataSpec.clone() |
|
RDSDataSpec |
CreateDataSourceFromRDSRequest.getRDSData() |
The data specification of an Amazon RDS DataSource :
|
RDSDataSpec |
RDSDataSpec.withDatabaseCredentials(RDSDatabaseCredentials databaseCredentials) |
The AWS Identity and Access Management (IAM) credentials that are used
connect to the Amazon RDS database.
|
RDSDataSpec |
RDSDataSpec.withDatabaseInformation(RDSDatabase databaseInformation) |
Describes the DatabaseName and
InstanceIdentifier of an an Amazon RDS database.
|
RDSDataSpec |
RDSDataSpec.withDataRearrangement(String dataRearrangement) |
DataRearrangement - A JSON string that represents the splitting
requirement of a DataSource .
|
RDSDataSpec |
RDSDataSpec.withDataSchema(String dataSchema) |
A JSON string that represents the schema for an Amazon RDS
DataSource .
|
RDSDataSpec |
RDSDataSpec.withDataSchemaUri(String dataSchemaUri) |
The Amazon S3 location of the DataSchema .
|
RDSDataSpec |
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.
|
RDSDataSpec |
RDSDataSpec.withS3StagingLocation(String s3StagingLocation) |
The Amazon S3 location for staging Amazon RDS data.
|
RDSDataSpec |
RDSDataSpec.withSecurityGroupIds(String... securityGroupIds) |
The security group IDs to be used to access a VPC-based RDS DB instance.
|
RDSDataSpec |
RDSDataSpec.withSecurityGroupIds(Collection<String> securityGroupIds) |
The security group IDs to be used to access a VPC-based RDS DB instance.
|
RDSDataSpec |
RDSDataSpec.withSelectSqlQuery(String selectSqlQuery) |
The query that is used to retrieve the observation data for the
DataSource .
|
RDSDataSpec |
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.
|
RDSDataSpec |
RDSDataSpec.withSubnetId(String subnetId) |
The subnet ID to be used to access a VPC-based RDS DB instance.
|