Interface DescribeIpamScopesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeIpamScopesRequest.Builder,DescribeIpamScopesRequest>,Ec2Request.Builder,SdkBuilder<DescribeIpamScopesRequest.Builder,DescribeIpamScopesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeIpamScopesRequest
public static interface DescribeIpamScopesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeIpamScopesRequest.Builder,DescribeIpamScopesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeIpamScopesRequest.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.DescribeIpamScopesRequest.Builderfilters(Collection<Filter> filters)One or more filters for the request.DescribeIpamScopesRequest.Builderfilters(Consumer<Filter.Builder>... filters)One or more filters for the request.DescribeIpamScopesRequest.Builderfilters(Filter... filters)One or more filters for the request.DescribeIpamScopesRequest.BuilderipamScopeIds(String... ipamScopeIds)The IDs of the scopes you want information on.DescribeIpamScopesRequest.BuilderipamScopeIds(Collection<String> ipamScopeIds)The IDs of the scopes you want information on.DescribeIpamScopesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in the request.DescribeIpamScopesRequest.BuildernextToken(String nextToken)The token for the next page of results.DescribeIpamScopesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeIpamScopesRequest.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, sdkFields
-
-
-
-
Method Detail
-
dryRun
DescribeIpamScopesRequest.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
DescribeIpamScopesRequest.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
DescribeIpamScopesRequest.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
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 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
DescribeIpamScopesRequest.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
DescribeIpamScopesRequest.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.
-
ipamScopeIds
DescribeIpamScopesRequest.Builder ipamScopeIds(Collection<String> ipamScopeIds)
The IDs of the scopes you want information on.
- Parameters:
ipamScopeIds- The IDs of the scopes you want information on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamScopeIds
DescribeIpamScopesRequest.Builder ipamScopeIds(String... ipamScopeIds)
The IDs of the scopes you want information on.
- Parameters:
ipamScopeIds- The IDs of the scopes you want information on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeIpamScopesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeIpamScopesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-