public static interface DescribeIpamsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeIpamsRequest.Builder,DescribeIpamsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeIpamsRequest.Builder filters(Collection<Filter> filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
filters
- One or more filters for the request. For more information about filtering, see Filtering CLI
output.DescribeIpamsRequest.Builder filters(Filter... filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
filters
- One or more filters for the request. For more information about filtering, see Filtering CLI
output.DescribeIpamsRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
This is a convenience method that creates an instance of theList.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)
DescribeIpamsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the request.
maxResults
- The maximum number of results to return in the request.DescribeIpamsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.DescribeIpamsRequest.Builder ipamIds(Collection<String> ipamIds)
The IDs of the IPAMs you want information on.
ipamIds
- The IDs of the IPAMs you want information on.DescribeIpamsRequest.Builder ipamIds(String... ipamIds)
The IDs of the IPAMs you want information on.
ipamIds
- The IDs of the IPAMs you want information on.DescribeIpamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeIpamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.