@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public RelationalDatabaseSourceType relationalDatabaseSourceType()
Source type for the relational database.
RDS_HTTP_ENDPOINT: The relational database source type is an 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 RDS HTTP endpoint.
RelationalDatabaseSourceType
public String relationalDatabaseSourceTypeAsString()
Source type for the relational database.
RDS_HTTP_ENDPOINT: The relational database source type is an 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 RDS HTTP endpoint.
RelationalDatabaseSourceType
public RdsHttpEndpointConfig rdsHttpEndpointConfig()
Amazon RDS HTTP endpoint settings.
public RelationalDatabaseDataSourceConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RelationalDatabaseDataSourceConfig.Builder,RelationalDatabaseDataSourceConfig>
public static RelationalDatabaseDataSourceConfig.Builder builder()
public static Class<? extends RelationalDatabaseDataSourceConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.