public static interface AwsRedshiftClusterElasticIpStatus.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterElasticIpStatus.Builder,AwsRedshiftClusterElasticIpStatus>
Modifier and Type | Method and Description |
---|---|
AwsRedshiftClusterElasticIpStatus.Builder |
elasticIp(String elasticIp)
The elastic IP address for the cluster.
|
AwsRedshiftClusterElasticIpStatus.Builder |
status(String status)
The status of the elastic IP address.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AwsRedshiftClusterElasticIpStatus.Builder elasticIp(String elasticIp)
The elastic IP address for the cluster.
elasticIp
- The elastic IP address for the cluster.AwsRedshiftClusterElasticIpStatus.Builder status(String status)
The status of the elastic IP address.
status
- The status of the elastic IP address.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.