Class DatabaseConnectionStringProfile
java.lang.Object
software.amazon.awssdk.services.odb.model.DatabaseConnectionStringProfile
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DatabaseConnectionStringProfile.Builder,DatabaseConnectionStringProfile>
@Generated("software.amazon.awssdk:codegen")
public final class DatabaseConnectionStringProfile
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<DatabaseConnectionStringProfile.Builder,DatabaseConnectionStringProfile>
A connection string profile for an Autonomous Database.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe consumer group associated with the connection string profile.final StringThe user-friendly name of the connection string profile.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe host name format used in the connection string.final BooleanIndicates whether the connection string profile is regional.final Stringprotocol()The protocol used by the connection string profile.static Class<? extends DatabaseConnectionStringProfile.Builder> final StringThe session mode of the connection string profile.final StringThe syntax format of the connection string profile.final StringThe TLS authentication method used by the connection string profile.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Stringvalue()The connection string value of the profile.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
consumerGroup
The consumer group associated with the connection string profile.
- Returns:
- The consumer group associated with the connection string profile.
-
displayName
The user-friendly name of the connection string profile.
- Returns:
- The user-friendly name of the connection string profile.
-
hostFormat
The host name format used in the connection string.
- Returns:
- The host name format used in the connection string.
-
isRegional
Indicates whether the connection string profile is regional.
- Returns:
- Indicates whether the connection string profile is regional.
-
protocol
The protocol used by the connection string profile.
- Returns:
- The protocol used by the connection string profile.
-
sessionMode
The session mode of the connection string profile.
- Returns:
- The session mode of the connection string profile.
-
syntaxFormat
The syntax format of the connection string profile.
- Returns:
- The syntax format of the connection string profile.
-
tlsAuthentication
The TLS authentication method used by the connection string profile.
- Returns:
- The TLS authentication method used by the connection string profile.
-
value
The connection string value of the profile.
- Returns:
- The connection string value of the profile.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DatabaseConnectionStringProfile.Builder,DatabaseConnectionStringProfile> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-