Interface AwsRedshiftClusterEndpoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsRedshiftClusterEndpoint.Builder,AwsRedshiftClusterEndpoint>,SdkBuilder<AwsRedshiftClusterEndpoint.Builder,AwsRedshiftClusterEndpoint>,SdkPojo
- Enclosing class:
- AwsRedshiftClusterEndpoint
public static interface AwsRedshiftClusterEndpoint.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterEndpoint.Builder,AwsRedshiftClusterEndpoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRedshiftClusterEndpoint.Builderaddress(String address)The DNS address of the cluster.AwsRedshiftClusterEndpoint.Builderport(Integer port)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 Detail
-
address
AwsRedshiftClusterEndpoint.Builder address(String 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
AwsRedshiftClusterEndpoint.Builder port(Integer 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.
-
-