Class RDSSourceConfig
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutmetrics.model.RDSSourceConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RDSSourceConfig.Builder,RDSSourceConfig>
@Generated("software.amazon.awssdk:codegen") public final class RDSSourceConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RDSSourceConfig.Builder,RDSSourceConfig>
Contains information about the Amazon Relational Database Service (RDS) configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRDSSourceConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RDSSourceConfig.Builderbuilder()StringdatabaseHost()The host name of the database.StringdatabaseName()The name of the RDS database.IntegerdatabasePort()The port number where the database can be accessed.StringdbInstanceIdentifier()A string identifying the database instance.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroleArn()The Amazon Resource Name (ARN) of the role.List<SdkField<?>>sdkFields()StringsecretManagerArn()The Amazon Resource Name (ARN) of the AWS Secrets Manager role.static Class<? extends RDSSourceConfig.Builder>serializableBuilderClass()StringtableName()The name of the table in the database.RDSSourceConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.VpcConfigurationvpcConfiguration()An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dbInstanceIdentifier
public final String dbInstanceIdentifier()
A string identifying the database instance.
- Returns:
- A string identifying the database instance.
-
databaseHost
public final String databaseHost()
The host name of the database.
- Returns:
- The host name of the database.
-
databasePort
public final Integer databasePort()
The port number where the database can be accessed.
- Returns:
- The port number where the database can be accessed.
-
secretManagerArn
public final String secretManagerArn()
The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
- Returns:
- The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
-
databaseName
public final String databaseName()
The name of the RDS database.
- Returns:
- The name of the RDS database.
-
tableName
public final String tableName()
The name of the table in the database.
- Returns:
- The name of the table in the database.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of the role.
- Returns:
- The Amazon Resource Name (ARN) of the role.
-
vpcConfiguration
public final VpcConfiguration vpcConfiguration()
An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.
- Returns:
- An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.
-
toBuilder
public RDSSourceConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RDSSourceConfig.Builder,RDSSourceConfig>
-
builder
public static RDSSourceConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends RDSSourceConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-