Interface ElasticIpStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ElasticIpStatus.Builder,
,ElasticIpStatus> SdkBuilder<ElasticIpStatus.Builder,
,ElasticIpStatus> SdkPojo
- Enclosing class:
ElasticIpStatus
public static interface ElasticIpStatus.Builder
extends SdkPojo, CopyableBuilder<ElasticIpStatus.Builder,ElasticIpStatus>
-
Method Summary
Modifier and TypeMethodDescriptionThe elastic IP (EIP) address for the cluster.The status of the elastic IP (EIP) 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 Details
-
elasticIp
The elastic IP (EIP) address for the cluster.
- Parameters:
elasticIp
- The elastic IP (EIP) address for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the elastic IP (EIP) address.
- Parameters:
status
- The status of the elastic IP (EIP) address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-