public static interface DescribeAvailabilityZonesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeAvailabilityZonesRequest.Builder,DescribeAvailabilityZonesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAvailabilityZonesRequest.Builder filters(Collection<Filter> filters)
The filters.
group-name - For Availability Zones, use the Region name. For Local Zones, use the name of the
group associated with the Local Zone (for example, us-west-2-lax-1).
message - The Availability Zone or Local Zone message.
opt-in-status - The opt in status (opted-in, and not-opted-in |
opt-in-not-required).
region-name - The name of the Region for the Availability Zone or Local Zone (for example,
us-east-1).
state - The state of the Availability Zone or Local Zone (available |
information | impaired | unavailable).
zone-id - The ID of the Availability Zone (for example, use1-az1) or the Local Zone
(for example, use usw2-lax1-az1).
zone-name - The name of the Availability Zone (for example, us-east-1a) or the
Local Zone (for example, use us-west-2-lax-1a).
filters - The filters.
group-name - For Availability Zones, use the Region name. For Local Zones, use the name
of the group associated with the Local Zone (for example, us-west-2-lax-1).
message - The Availability Zone or Local Zone message.
opt-in-status - The opt in status (opted-in, and not-opted-in |
opt-in-not-required).
region-name - The name of the Region for the Availability Zone or Local Zone (for
example, us-east-1).
state - The state of the Availability Zone or Local Zone (available |
information | impaired | unavailable).
zone-id - The ID of the Availability Zone (for example, use1-az1) or the
Local Zone (for example, use usw2-lax1-az1).
zone-name - The name of the Availability Zone (for example, us-east-1a) or
the Local Zone (for example, use us-west-2-lax-1a).
DescribeAvailabilityZonesRequest.Builder filters(Filter... filters)
The filters.
group-name - For Availability Zones, use the Region name. For Local Zones, use the name of the
group associated with the Local Zone (for example, us-west-2-lax-1).
message - The Availability Zone or Local Zone message.
opt-in-status - The opt in status (opted-in, and not-opted-in |
opt-in-not-required).
region-name - The name of the Region for the Availability Zone or Local Zone (for example,
us-east-1).
state - The state of the Availability Zone or Local Zone (available |
information | impaired | unavailable).
zone-id - The ID of the Availability Zone (for example, use1-az1) or the Local Zone
(for example, use usw2-lax1-az1).
zone-name - The name of the Availability Zone (for example, us-east-1a) or the
Local Zone (for example, use us-west-2-lax-1a).
filters - The filters.
group-name - For Availability Zones, use the Region name. For Local Zones, use the name
of the group associated with the Local Zone (for example, us-west-2-lax-1).
message - The Availability Zone or Local Zone message.
opt-in-status - The opt in status (opted-in, and not-opted-in |
opt-in-not-required).
region-name - The name of the Region for the Availability Zone or Local Zone (for
example, us-east-1).
state - The state of the Availability Zone or Local Zone (available |
information | impaired | unavailable).
zone-id - The ID of the Availability Zone (for example, use1-az1) or the
Local Zone (for example, use usw2-lax1-az1).
zone-name - The name of the Availability Zone (for example, us-east-1a) or
the Local Zone (for example, use us-west-2-lax-1a).
DescribeAvailabilityZonesRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters.
group-name - For Availability Zones, use the Region name. For Local Zones, use the name of the
group associated with the Local Zone (for example, us-west-2-lax-1).
message - The Availability Zone or Local Zone message.
opt-in-status - The opt in status (opted-in, and not-opted-in |
opt-in-not-required).
region-name - The name of the Region for the Availability Zone or Local Zone (for example,
us-east-1).
state - The state of the Availability Zone or Local Zone (available |
information | impaired | unavailable).
zone-id - The ID of the Availability Zone (for example, use1-az1) or the Local Zone
(for example, use usw2-lax1-az1).
zone-name - The name of the Availability Zone (for example, us-east-1a) or the
Local Zone (for example, use us-west-2-lax-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 and Local Zones.
zoneNames - The names of the Availability Zones and Local Zones.DescribeAvailabilityZonesRequest.Builder zoneNames(String... zoneNames)
The names of the Availability Zones and Local Zones.
zoneNames - The names of the Availability Zones and Local Zones.DescribeAvailabilityZonesRequest.Builder zoneIds(Collection<String> zoneIds)
The IDs of the Availability Zones and Local Zones.
zoneIds - The IDs of the Availability Zones and Local Zones.DescribeAvailabilityZonesRequest.Builder zoneIds(String... zoneIds)
The IDs of the Availability Zones and Local Zones.
zoneIds - The IDs of the Availability Zones and Local Zones.DescribeAvailabilityZonesRequest.Builder allAvailabilityZones(Boolean allAvailabilityZones)
Include all Availability Zones and Local Zones regardless of your opt in status.
If you do not use this parameter, the results include only the zones for the Regions where you have chosen the option to opt in.
allAvailabilityZones - Include all Availability Zones and Local Zones regardless of your opt in status.
If you do not use this parameter, the results include only the zones for the Regions where you have chosen the option to opt in.
DescribeAvailabilityZonesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAvailabilityZonesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.