public static interface AwsRedshiftClusterEndpoint.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterEndpoint.Builder,AwsRedshiftClusterEndpoint>
Modifier and Type | Method and Description |
---|---|
AwsRedshiftClusterEndpoint.Builder |
address(String address)
The DNS address of the cluster.
|
AwsRedshiftClusterEndpoint.Builder |
port(Integer port)
The port that the database engine listens on.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AwsRedshiftClusterEndpoint.Builder address(String address)
The DNS address of the cluster.
address
- The DNS address of the cluster.AwsRedshiftClusterEndpoint.Builder port(Integer port)
The port that the database engine listens on.
port
- The port that the database engine listens on.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.