Interface AwsRedshiftClusterElasticIpStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsRedshiftClusterElasticIpStatus.Builder,AwsRedshiftClusterElasticIpStatus>,SdkBuilder<AwsRedshiftClusterElasticIpStatus.Builder,AwsRedshiftClusterElasticIpStatus>,SdkPojo
- Enclosing class:
- AwsRedshiftClusterElasticIpStatus
public static interface AwsRedshiftClusterElasticIpStatus.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterElasticIpStatus.Builder,AwsRedshiftClusterElasticIpStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRedshiftClusterElasticIpStatus.BuilderelasticIp(String elasticIp)The elastic IP address for the cluster.AwsRedshiftClusterElasticIpStatus.Builderstatus(String status)The status of the elastic IP address.-
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, sdkFields
-
-
-
-
Method Detail
-
elasticIp
AwsRedshiftClusterElasticIpStatus.Builder elasticIp(String elasticIp)
The elastic IP address for the cluster.
- Parameters:
elasticIp- The elastic IP address for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AwsRedshiftClusterElasticIpStatus.Builder status(String status)
The status of the elastic IP address.
- Parameters:
status- The status of the elastic IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-