Interface DatabaseConnectionStringProfile.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DatabaseConnectionStringProfile.Builder,,DatabaseConnectionStringProfile> SdkBuilder<DatabaseConnectionStringProfile.Builder,,DatabaseConnectionStringProfile> SdkPojo
- Enclosing class:
DatabaseConnectionStringProfile
@Mutable
@NotThreadSafe
public static interface DatabaseConnectionStringProfile.Builder
extends SdkPojo, CopyableBuilder<DatabaseConnectionStringProfile.Builder,DatabaseConnectionStringProfile>
-
Method Summary
Modifier and TypeMethodDescriptionconsumerGroup(String consumerGroup) The consumer group associated with the connection string profile.displayName(String displayName) The user-friendly name of the connection string profile.hostFormat(String hostFormat) The host name format used in the connection string.isRegional(Boolean isRegional) Indicates whether the connection string profile is regional.The protocol used by the connection string profile.sessionMode(String sessionMode) The session mode of the connection string profile.syntaxFormat(String syntaxFormat) The syntax format of the connection string profile.tlsAuthentication(String tlsAuthentication) The TLS authentication method used by the connection string profile.The connection string value of the profile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
consumerGroup
The consumer group associated with the connection string profile.
- Parameters:
consumerGroup- The consumer group associated with the connection string profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The user-friendly name of the connection string profile.
- Parameters:
displayName- The user-friendly name of the connection string profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostFormat
The host name format used in the connection string.
- Parameters:
hostFormat- The host name format used in the connection string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isRegional
Indicates whether the connection string profile is regional.
- Parameters:
isRegional- Indicates whether the connection string profile is regional.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
The protocol used by the connection string profile.
- Parameters:
protocol- The protocol used by the connection string profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionMode
The session mode of the connection string profile.
- Parameters:
sessionMode- The session mode of the connection string profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
syntaxFormat
The syntax format of the connection string profile.
- Parameters:
syntaxFormat- The syntax format of the connection string profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tlsAuthentication
The TLS authentication method used by the connection string profile.
- Parameters:
tlsAuthentication- The TLS authentication method used by the connection string profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The connection string value of the profile.
- Parameters:
value- The connection string value of the profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-