public static interface DescribeAvailabilityZonesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeAvailabilityZonesRequest.Builder,DescribeAvailabilityZonesRequest>
build
overrideConfiguration
copy
applyMutation, build
DescribeAvailabilityZonesRequest.Builder filters(Collection<Filter> filters)
One or more filters.
message
- Information about the Availability Zone.
region-name
- The name of the region for the Availability Zone (for example,
us-east-1
).
state
- The state of the Availability Zone (available
| information
|
impaired
| unavailable
).
zone-id
- The ID of the Availability Zone (for example, use1-az1
).
zone-name
- The name of the Availability Zone (for example, us-east-1a
).
filters
- One or more filters.
message
- Information about the Availability Zone.
region-name
- The name of the region for the Availability Zone (for example,
us-east-1
).
state
- The state of the Availability Zone (available
|
information
| impaired
| unavailable
).
zone-id
- The ID of the Availability Zone (for example, use1-az1
).
zone-name
- The name of the Availability Zone (for example, us-east-1a
).
DescribeAvailabilityZonesRequest.Builder filters(Filter... filters)
One or more filters.
message
- Information about the Availability Zone.
region-name
- The name of the region for the Availability Zone (for example,
us-east-1
).
state
- The state of the Availability Zone (available
| information
|
impaired
| unavailable
).
zone-id
- The ID of the Availability Zone (for example, use1-az1
).
zone-name
- The name of the Availability Zone (for example, us-east-1a
).
filters
- One or more filters.
message
- Information about the Availability Zone.
region-name
- The name of the region for the Availability Zone (for example,
us-east-1
).
state
- The state of the Availability Zone (available
|
information
| impaired
| unavailable
).
zone-id
- The ID of the Availability Zone (for example, use1-az1
).
zone-name
- The name of the Availability Zone (for example, us-east-1a
).
DescribeAvailabilityZonesRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters.
message
- Information about the Availability Zone.
region-name
- The name of the region for the Availability Zone (for example,
us-east-1
).
state
- The state of the Availability Zone (available
| information
|
impaired
| unavailable
).
zone-id
- The ID of the Availability Zone (for example, use1-az1
).
zone-name
- The name of the Availability Zone (for example, us-east-1a
).
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
DescribeAvailabilityZonesRequest.Builder zoneNames(Collection<String> zoneNames)
The names of one or more Availability Zones.
zoneNames
- The names of one or more Availability Zones.DescribeAvailabilityZonesRequest.Builder zoneNames(String... zoneNames)
The names of one or more Availability Zones.
zoneNames
- The names of one or more Availability Zones.DescribeAvailabilityZonesRequest.Builder zoneIds(Collection<String> zoneIds)
The IDs of one or more Availability Zones.
zoneIds
- The IDs of one or more Availability Zones.DescribeAvailabilityZonesRequest.Builder zoneIds(String... zoneIds)
The IDs of one or more Availability Zones.
zoneIds
- The IDs of one or more Availability Zones.DescribeAvailabilityZonesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeAvailabilityZonesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.