public static interface GetIpamResourceCidrsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetIpamResourceCidrsRequest.Builder,GetIpamResourceCidrsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIpamResourceCidrsRequest.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,
IpamResourceTypeGetIpamResourceCidrsRequest.Builder resourceType(IpamResourceType resourceType)
The resource type.
resourceType - The resource type.IpamResourceType,
IpamResourceTypeGetIpamResourceCidrsRequest.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.BuilderresourceTag(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.BuilderGetIpamResourceCidrsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.