@Generated(value="software.amazon.awssdk:codegen") public final class RelationalDatabaseDataSourceConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RelationalDatabaseDataSourceConfig.Builder,RelationalDatabaseDataSourceConfig>
Describes a relational database data source configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RelationalDatabaseDataSourceConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RelationalDatabaseDataSourceConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RdsHttpEndpointConfig |
rdsHttpEndpointConfig()
Amazon RDS HTTP endpoint settings.
|
RelationalDatabaseSourceType |
relationalDatabaseSourceType()
Source type for the relational database.
|
String |
relationalDatabaseSourceTypeAsString()
Source type for the relational database.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RelationalDatabaseDataSourceConfig.Builder> |
serializableBuilderClass() |
RelationalDatabaseDataSourceConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RelationalDatabaseSourceType relationalDatabaseSourceType()
Source type for the relational database.
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
If the service returns an enum value that is not available in the current SDK version,
relationalDatabaseSourceType will return RelationalDatabaseSourceType.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from relationalDatabaseSourceTypeAsString().
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
RelationalDatabaseSourceTypepublic final String relationalDatabaseSourceTypeAsString()
Source type for the relational database.
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
If the service returns an enum value that is not available in the current SDK version,
relationalDatabaseSourceType will return RelationalDatabaseSourceType.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from relationalDatabaseSourceTypeAsString().
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
RelationalDatabaseSourceTypepublic final RdsHttpEndpointConfig rdsHttpEndpointConfig()
Amazon RDS HTTP endpoint settings.
public RelationalDatabaseDataSourceConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RelationalDatabaseDataSourceConfig.Builder,RelationalDatabaseDataSourceConfig>public static RelationalDatabaseDataSourceConfig.Builder builder()
public static Class<? extends RelationalDatabaseDataSourceConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.