public static interface DescribeIpamScopesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeIpamScopesRequest.Builder,DescribeIpamScopesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeIpamScopesRequest.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.DescribeIpamScopesRequest.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.DescribeIpamScopesRequest.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 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) DescribeIpamScopesRequest.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.DescribeIpamScopesRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribeIpamScopesRequest.Builder ipamScopeIds(Collection<String> ipamScopeIds)
The IDs of the scopes you want information on.
ipamScopeIds - The IDs of the scopes you want information on.DescribeIpamScopesRequest.Builder ipamScopeIds(String... ipamScopeIds)
The IDs of the scopes you want information on.
ipamScopeIds - The IDs of the scopes you want information on.DescribeIpamScopesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeIpamScopesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.