public static interface DescribeAvailabilityZonesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeAvailabilityZonesRequest.Builder,DescribeAvailabilityZonesRequest>
buildoverrideConfigurationcopyapplyMutation, buildDescribeAvailabilityZonesRequest.Builder filters(Collection<Filter> filters)
The 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 - The 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)
The 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 - The 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)
The 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 the Availability Zones.
zoneNames - The names of the Availability Zones.DescribeAvailabilityZonesRequest.Builder zoneNames(String... zoneNames)
The names of the Availability Zones.
zoneNames - The names of the Availability Zones.DescribeAvailabilityZonesRequest.Builder zoneIds(Collection<String> zoneIds)
The IDs of the Availability Zones.
zoneIds - The IDs of the Availability Zones.DescribeAvailabilityZonesRequest.Builder zoneIds(String... zoneIds)
The IDs of the Availability Zones.
zoneIds - The IDs of the Availability Zones.DescribeAvailabilityZonesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAvailabilityZonesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.