Interface AwsRedshiftClusterElasticIpStatus.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AwsRedshiftClusterElasticIpStatus.Builder,,- AwsRedshiftClusterElasticIpStatus> - SdkBuilder<AwsRedshiftClusterElasticIpStatus.Builder,,- AwsRedshiftClusterElasticIpStatus> - SdkPojo
- Enclosing class:
- AwsRedshiftClusterElasticIpStatus
@Mutable
@NotThreadSafe
public static interface AwsRedshiftClusterElasticIpStatus.Builder
extends SdkPojo, CopyableBuilder<AwsRedshiftClusterElasticIpStatus.Builder,AwsRedshiftClusterElasticIpStatus> 
- 
Method SummaryModifier and TypeMethodDescriptionThe elastic IP address for the cluster.The status of the elastic IP address.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
elasticIpThe 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.
 
- 
statusThe 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.
 
 
-