public static interface CreateIpamRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateIpamRequest.Builder,CreateIpamRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIpamRequest.Builder description(String description)
A description for the IPAM.
description - A description for the IPAM.CreateIpamRequest.Builder operatingRegions(Collection<AddIpamOperatingRegion> operatingRegions)
The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
operatingRegions - The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM
is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web
Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
CreateIpamRequest.Builder operatingRegions(AddIpamOperatingRegion... operatingRegions)
The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
operatingRegions - The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM
is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web
Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
CreateIpamRequest.Builder operatingRegions(Consumer<AddIpamOperatingRegion.Builder>... operatingRegions)
The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
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 #operatingRegions(List) .operatingRegions - a consumer that will call methods on List.Builder #operatingRegions(List) CreateIpamRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag
value as the filter value. For example, to find all resources that have a tag with the key Owner
and the value TeamA, specify tag:Owner for the filter name and TeamA
for the filter value.
tagSpecifications - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and
the tag value as the filter value. For example, to find all resources that have a tag with the key
Owner and the value TeamA, specify tag:Owner for the filter
name and TeamA for the filter value.CreateIpamRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag
value as the filter value. For example, to find all resources that have a tag with the key Owner
and the value TeamA, specify tag:Owner for the filter name and TeamA
for the filter value.
tagSpecifications - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and
the tag value as the filter value. For example, to find all resources that have a tag with the key
Owner and the value TeamA, specify tag:Owner for the filter
name and TeamA for the filter value.CreateIpamRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag
value as the filter value. For example, to find all resources that have a tag with the key Owner
and the value TeamA, specify tag:Owner for the filter name and TeamA
for the filter value.
List.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 #tagSpecifications(List) .tagSpecifications - a consumer that will call methods on List.Builder #tagSpecifications(List) CreateIpamRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For
more information, see Ensuring
Idempotency.CreateIpamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIpamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.