Class AuroraPostgreSqlParameters
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.AuroraPostgreSqlParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AuroraPostgreSqlParameters.Builder,AuroraPostgreSqlParameters>
@Generated("software.amazon.awssdk:codegen") public final class AuroraPostgreSqlParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AuroraPostgreSqlParameters.Builder,AuroraPostgreSqlParameters>
Parameters for Amazon Aurora PostgreSQL-Compatible Edition.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAuroraPostgreSqlParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuroraPostgreSqlParameters.Builderbuilder()Stringdatabase()The Amazon Aurora PostgreSQL database to connect to.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringhost()The Amazon Aurora PostgreSQL-Compatible host to connect to.Integerport()The port that Amazon Aurora PostgreSQL is listening on.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AuroraPostgreSqlParameters.Builder>serializableBuilderClass()AuroraPostgreSqlParameters.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
host
public final String host()
The Amazon Aurora PostgreSQL-Compatible host to connect to.
- Returns:
- The Amazon Aurora PostgreSQL-Compatible host to connect to.
-
port
public final Integer port()
The port that Amazon Aurora PostgreSQL is listening on.
- Returns:
- The port that Amazon Aurora PostgreSQL is listening on.
-
database
public final String database()
The Amazon Aurora PostgreSQL database to connect to.
- Returns:
- The Amazon Aurora PostgreSQL database to connect to.
-
toBuilder
public AuroraPostgreSqlParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AuroraPostgreSqlParameters.Builder,AuroraPostgreSqlParameters>
-
builder
public static AuroraPostgreSqlParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends AuroraPostgreSqlParameters.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-