public static interface DescribeElasticIpsRequest.Builder extends OpsWorksRequest.Builder, CopyableBuilder<DescribeElasticIpsRequest.Builder,DescribeElasticIpsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeElasticIpsRequest.Builder |
instanceId(String instanceId)
The instance ID.
|
DescribeElasticIpsRequest.Builder |
ips(Collection<String> ips)
An array of Elastic IP addresses to be described.
|
DescribeElasticIpsRequest.Builder |
ips(String... ips)
An array of Elastic IP addresses to be described.
|
DescribeElasticIpsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeElasticIpsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeElasticIpsRequest.Builder |
stackId(String stackId)
A stack ID.
|
buildrequestOverrideConfigcopyapply, buildDescribeElasticIpsRequest.Builder instanceId(String instanceId)
The instance ID. If you include this parameter, DescribeElasticIps returns a description of the
Elastic IP addresses associated with the specified instance.
instanceId - The instance ID. If you include this parameter, DescribeElasticIps returns a description
of the Elastic IP addresses associated with the specified instance.DescribeElasticIpsRequest.Builder stackId(String stackId)
A stack ID. If you include this parameter, DescribeElasticIps returns a description of the
Elastic IP addresses that are registered with the specified stack.
stackId - A stack ID. If you include this parameter, DescribeElasticIps returns a description of
the Elastic IP addresses that are registered with the specified stack.DescribeElasticIpsRequest.Builder ips(Collection<String> ips)
An array of Elastic IP addresses to be described. If you include this parameter,
DescribeElasticIps returns a description of the specified Elastic IP addresses. Otherwise, it
returns a description of every Elastic IP address.
ips - An array of Elastic IP addresses to be described. If you include this parameter,
DescribeElasticIps returns a description of the specified Elastic IP addresses.
Otherwise, it returns a description of every Elastic IP address.DescribeElasticIpsRequest.Builder ips(String... ips)
An array of Elastic IP addresses to be described. If you include this parameter,
DescribeElasticIps returns a description of the specified Elastic IP addresses. Otherwise, it
returns a description of every Elastic IP address.
ips - An array of Elastic IP addresses to be described. If you include this parameter,
DescribeElasticIps returns a description of the specified Elastic IP addresses.
Otherwise, it returns a description of every Elastic IP address.DescribeElasticIpsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeElasticIpsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.