public static interface ElasticIp.Builder extends CopyableBuilder<ElasticIp.Builder,ElasticIp>
| Modifier and Type | Method and Description |
|---|---|
ElasticIp.Builder |
domain(String domain)
The domain.
|
ElasticIp.Builder |
instanceId(String instanceId)
The ID of the instance that the address is attached to.
|
ElasticIp.Builder |
ip(String ip)
The IP address.
|
ElasticIp.Builder |
name(String name)
The name.
|
ElasticIp.Builder |
region(String region)
The AWS region.
|
copyapply, buildElasticIp.Builder ip(String ip)
The IP address.
ip - The IP address.ElasticIp.Builder name(String name)
The name.
name - The name.ElasticIp.Builder domain(String domain)
The domain.
domain - The domain.ElasticIp.Builder region(String region)
The AWS region. For more information, see Regions and Endpoints.
region - The AWS region. For more information, see Regions and Endpoints.ElasticIp.Builder instanceId(String instanceId)
The ID of the instance that the address is attached to.
instanceId - The ID of the instance that the address is attached to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.