@Generated(value="software.amazon.awssdk:codegen") public final class RDSMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RDSMetadata.Builder,RDSMetadata>
The datasource details that are specific to Amazon RDS.
Modifier and Type | Class and Description |
---|---|
static interface |
RDSMetadata.Builder |
Modifier and Type | Method and Description |
---|---|
static RDSMetadata.Builder |
builder() |
RDSDatabase |
database()
The database details required to connect to an Amazon RDS.
|
String |
databaseUserName()
Returns the value of the DatabaseUserName property for this object.
|
String |
dataPipelineId()
The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceRole()
The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from
Amazon RDS to Amazon S3.
|
List<SdkField<?>> |
sdkFields() |
String |
selectSqlQuery()
The SQL query that is supplied during CreateDataSourceFromRDS.
|
static Class<? extends RDSMetadata.Builder> |
serializableBuilderClass() |
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.
|
RDSMetadata.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public RDSDatabase database()
The database details required to connect to an Amazon RDS.
public String databaseUserName()
public String selectSqlQuery()
The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is
true in GetDataSourceInput
.
Verbose
is true in GetDataSourceInput
.public String 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.
public 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. For more information, see Role templates for data pipelines.
public String 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.
public RDSMetadata.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RDSMetadata.Builder,RDSMetadata>
public static RDSMetadata.Builder builder()
public static Class<? extends RDSMetadata.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.