@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RDSDatabase database()
The database details required to connect to an Amazon RDS.
public final String databaseUserName()
public final String selectSqlQuery()
The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose is
true in GetDataSourceInput.
Verbose is true in GetDataSourceInput.public final 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 final 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 final 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()
toBuilder in interface ToCopyableBuilder<RDSMetadata.Builder,RDSMetadata>public static RDSMetadata.Builder builder()
public static Class<? extends RDSMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2020. All rights reserved.