CopyableBuilder<DescribeRegionsRequest.Builder,DescribeRegionsRequest>, SdkBuilder<DescribeRegionsRequest.Builder,DescribeRegionsRequest>public static interface DescribeRegionsRequest.Builder extends CopyableBuilder<DescribeRegionsRequest.Builder,DescribeRegionsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeRegionsRequest.Builder |
filters(Collection<Filter> filters) |
One or more filters.
|
DescribeRegionsRequest.Builder |
filters(Filter... filters) |
One or more filters.
|
DescribeRegionsRequest.Builder |
regionNames(String... regionNames) |
The names of one or more regions.
|
DescribeRegionsRequest.Builder |
regionNames(Collection<String> regionNames) |
The names of one or more regions.
|
copyapply, buildDescribeRegionsRequest.Builder filters(Collection<Filter> filters)
One or more filters.
endpoint - The endpoint of the region (for example, ec2.us-east-1.amazonaws.com).
region-name - The name of the region (for example, us-east-1).
filters - One or more filters.
endpoint - The endpoint of the region (for example,
ec2.us-east-1.amazonaws.com).
region-name - The name of the region (for example, us-east-1).
DescribeRegionsRequest.Builder filters(Filter... filters)
One or more filters.
endpoint - The endpoint of the region (for example, ec2.us-east-1.amazonaws.com).
region-name - The name of the region (for example, us-east-1).
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection) or #withFilters(java.util.Collection) if you want to
override the existing values.
filters - One or more filters.
endpoint - The endpoint of the region (for example,
ec2.us-east-1.amazonaws.com).
region-name - The name of the region (for example, us-east-1).
DescribeRegionsRequest.Builder regionNames(Collection<String> regionNames)
The names of one or more regions.
regionNames - The names of one or more regions.DescribeRegionsRequest.Builder regionNames(String... regionNames)
The names of one or more regions.
NOTE: This method appends the values to the existing list (if any). Use
#setRegionNames(java.util.Collection) or #withRegionNames(java.util.Collection) if you want
to override the existing values.
regionNames - The names of one or more regions.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.