Interface ElasticIp.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ElasticIp.Builder,ElasticIp>,SdkBuilder<ElasticIp.Builder,ElasticIp>,SdkPojo
- Enclosing class:
- ElasticIp
public static interface ElasticIp.Builder extends SdkPojo, CopyableBuilder<ElasticIp.Builder,ElasticIp>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElasticIp.Builderdomain(String domain)The domain.ElasticIp.BuilderinstanceId(String instanceId)The ID of the instance that the address is attached to.ElasticIp.Builderip(String ip)The IP address.ElasticIp.Buildername(String name)The name.ElasticIp.Builderregion(String region)The AWS region.-
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
-
ip
ElasticIp.Builder ip(String ip)
The IP address.
- Parameters:
ip- The IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ElasticIp.Builder name(String name)
The name.
- Parameters:
name- The name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
ElasticIp.Builder domain(String domain)
The domain.
- Parameters:
domain- The domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
ElasticIp.Builder region(String region)
The AWS region. For more information, see Regions and Endpoints.
- Parameters:
region- The AWS region. For more information, see Regions and Endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
ElasticIp.Builder instanceId(String instanceId)
The ID of the instance that the address is attached to.
- Parameters:
instanceId- The ID of the instance that the address is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-