Interface AwsRedshiftClusterEndpoint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsRedshiftClusterEndpoint.Builder,
,AwsRedshiftClusterEndpoint> SdkBuilder<AwsRedshiftClusterEndpoint.Builder,
,AwsRedshiftClusterEndpoint> SdkPojo
- Enclosing class:
AwsRedshiftClusterEndpoint
@Mutable
@NotThreadSafe
public static interface AwsRedshiftClusterEndpoint.Builder
extends SdkPojo, CopyableBuilder<AwsRedshiftClusterEndpoint.Builder,AwsRedshiftClusterEndpoint>
-
Method Summary
Modifier and TypeMethodDescriptionThe DNS address of the cluster.The port that the database engine listens on.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
address
The DNS address of the cluster.
- Parameters:
address
- The DNS address of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
The port that the database engine listens on.
- Parameters:
port
- The port that the database engine listens on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-