public static interface GetIpamResourceCidrsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetIpamResourceCidrsRequest.Builder,GetIpamResourceCidrsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetIpamResourceCidrsRequest.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 is UnauthorizedOperation
.
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 is UnauthorizedOperation
.GetIpamResourceCidrsRequest.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.GetIpamResourceCidrsRequest.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.GetIpamResourceCidrsRequest.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.Builder
avoiding the need to create one manually via
Filter.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List
.
filters
- a consumer that will call methods on Filter.Builder
#filters(java.util.Collection)
GetIpamResourceCidrsRequest.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.GetIpamResourceCidrsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.GetIpamResourceCidrsRequest.Builder ipamScopeId(String ipamScopeId)
The ID of the scope that the resource is in.
ipamScopeId
- The ID of the scope that the resource is in.GetIpamResourceCidrsRequest.Builder ipamPoolId(String ipamPoolId)
The ID of the IPAM pool that the resource is in.
ipamPoolId
- The ID of the IPAM pool that the resource is in.GetIpamResourceCidrsRequest.Builder resourceId(String resourceId)
The ID of the resource.
resourceId
- The ID of the resource.GetIpamResourceCidrsRequest.Builder resourceType(String resourceType)
The resource type.
resourceType
- The resource type.IpamResourceType
,
IpamResourceType
GetIpamResourceCidrsRequest.Builder resourceType(IpamResourceType resourceType)
The resource type.
resourceType
- The resource type.IpamResourceType
,
IpamResourceType
GetIpamResourceCidrsRequest.Builder resourceTag(RequestIpamResourceTag resourceTag)
The resource tag.
resourceTag
- The resource tag.default GetIpamResourceCidrsRequest.Builder resourceTag(Consumer<RequestIpamResourceTag.Builder> resourceTag)
The resource tag.
This is a convenience method that creates an instance of theRequestIpamResourceTag.Builder
avoiding
the need to create one manually via RequestIpamResourceTag.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to resourceTag(RequestIpamResourceTag)
.
resourceTag
- a consumer that will call methods on RequestIpamResourceTag.Builder
resourceTag(RequestIpamResourceTag)
GetIpamResourceCidrsRequest.Builder resourceOwner(String resourceOwner)
The ID of the Amazon Web Services account that owns the resource.
resourceOwner
- The ID of the Amazon Web Services account that owns the resource.GetIpamResourceCidrsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetIpamResourceCidrsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.