Interface DescribeIpamPoolsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeIpamPoolsRequest.Builder,DescribeIpamPoolsRequest>,Ec2Request.Builder,SdkBuilder<DescribeIpamPoolsRequest.Builder,DescribeIpamPoolsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeIpamPoolsRequest
@Mutable @NotThreadSafe public static interface DescribeIpamPoolsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeIpamPoolsRequest.Builder,DescribeIpamPoolsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeIpamPoolsRequest.BuilderdryRun(Boolean dryRun)A check for whether you have the required permissions for the action without actually making the request and provides an error response.DescribeIpamPoolsRequest.Builderfilters(Collection<Filter> filters)One or more filters for the request.DescribeIpamPoolsRequest.Builderfilters(Consumer<Filter.Builder>... filters)One or more filters for the request.DescribeIpamPoolsRequest.Builderfilters(Filter... filters)One or more filters for the request.DescribeIpamPoolsRequest.BuilderipamPoolIds(String... ipamPoolIds)The IDs of the IPAM pools you would like information on.DescribeIpamPoolsRequest.BuilderipamPoolIds(Collection<String> ipamPoolIds)The IDs of the IPAM pools you would like information on.DescribeIpamPoolsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in the request.DescribeIpamPoolsRequest.BuildernextToken(String nextToken)The token for the next page of results.DescribeIpamPoolsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeIpamPoolsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dryRun
DescribeIpamPoolsRequest.Builder dryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
dryRun- A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeIpamPoolsRequest.Builder filters(Collection<Filter> filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
- Parameters:
filters- One or more filters for the request. For more information about filtering, see Filtering CLI output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeIpamPoolsRequest.Builder filters(Filter... filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
- Parameters:
filters- One or more filters for the request. For more information about filtering, see Filtering CLI output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeIpamPoolsRequest.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 theFilter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
maxResults
DescribeIpamPoolsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the request.
- Parameters:
maxResults- The maximum number of results to return in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeIpamPoolsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
- Parameters:
nextToken- The token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPoolIds
DescribeIpamPoolsRequest.Builder ipamPoolIds(Collection<String> ipamPoolIds)
The IDs of the IPAM pools you would like information on.
- Parameters:
ipamPoolIds- The IDs of the IPAM pools you would like information on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPoolIds
DescribeIpamPoolsRequest.Builder ipamPoolIds(String... ipamPoolIds)
The IDs of the IPAM pools you would like information on.
- Parameters:
ipamPoolIds- The IDs of the IPAM pools you would like information on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeIpamPoolsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeIpamPoolsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-