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 Zone message.
opt-in-status - The opt in status (opted-in, and not-opted-in |
opt-in-not-required).
The ID of the zone that handles some of the Local Zone control plane operations, such as API calls.
region-name - The name of the Region for the 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-type - The type of zone, for example, local-zone.
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).
zone-type - The type of zone, for example, local-zone.
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 Zone message.
opt-in-status - The opt in status (opted-in, and not-opted-in |
opt-in-not-required).
The ID of the zone that handles some of the Local Zone control plane operations, such as API calls.
region-name - The name of the Region for the 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-type - The type of zone, for example, local-zone.
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).
zone-type - The type of zone, for example, local-zone.
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 Zone message.
opt-in-status - The opt in status (opted-in, and not-opted-in |
opt-in-not-required).
The ID of the zone that handles some of the Local Zone control plane operations, such as API calls.
region-name - The name of the Region for the 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-type - The type of zone, for example, local-zone.
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).
zone-type - The type of zone, for example, local-zone.
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 Zone message.
opt-in-status - The opt in status (opted-in, and not-opted-in |
opt-in-not-required).
The ID of the zone that handles some of the Local Zone control plane operations, such as API calls.
region-name - The name of the Region for the 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-type - The type of zone, for example, local-zone.
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).
zone-type - The type of zone, for example, local-zone.
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 Zone message.
opt-in-status - The opt in status (opted-in, and not-opted-in |
opt-in-not-required).
The ID of the zone that handles some of the Local Zone control plane operations, such as API calls.
region-name - The name of the Region for the 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-type - The type of zone, for example, local-zone.
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).
zone-type - The type of zone, for example, local-zone.
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 Zones.
zoneNames - The names of the Zones.DescribeAvailabilityZonesRequest.Builder zoneNames(String... zoneNames)
The names of the Zones.
zoneNames - The names of the Zones.DescribeAvailabilityZonesRequest.Builder zoneIds(Collection<String> zoneIds)
The IDs of the Zones.
zoneIds - The IDs of the Zones.DescribeAvailabilityZonesRequest.Builder zoneIds(String... zoneIds)
The IDs of the Zones.
zoneIds - The IDs of the 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.