public static interface ModifyIpamRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyIpamRequest.Builder,ModifyIpamRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyIpamRequest.Builder ipamId(String ipamId)
The ID of the IPAM you want to modify.
ipamId - The ID of the IPAM you want to modify.ModifyIpamRequest.Builder description(String description)
The description of the IPAM you want to modify.
description - The description of the IPAM you want to modify.ModifyIpamRequest.Builder addOperatingRegions(Collection<AddIpamOperatingRegion> addOperatingRegions)
Choose 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.
addOperatingRegions - Choose 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.
ModifyIpamRequest.Builder addOperatingRegions(AddIpamOperatingRegion... addOperatingRegions)
Choose 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.
addOperatingRegions - Choose 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.
ModifyIpamRequest.Builder addOperatingRegions(Consumer<AddIpamOperatingRegion.Builder>... addOperatingRegions)
Choose 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 #addOperatingRegions(List) .addOperatingRegions - a consumer that will call methods on List.Builder #addOperatingRegions(List) ModifyIpamRequest.Builder removeOperatingRegions(Collection<RemoveIpamOperatingRegion> removeOperatingRegions)
The operating Regions to remove.
removeOperatingRegions - The operating Regions to remove.ModifyIpamRequest.Builder removeOperatingRegions(RemoveIpamOperatingRegion... removeOperatingRegions)
The operating Regions to remove.
removeOperatingRegions - The operating Regions to remove.ModifyIpamRequest.Builder removeOperatingRegions(Consumer<RemoveIpamOperatingRegion.Builder>... removeOperatingRegions)
The operating Regions to remove.
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 #removeOperatingRegions(List) .removeOperatingRegions - a consumer that will call methods on List.Builder #removeOperatingRegions(List) ModifyIpamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyIpamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.