public static interface ModifyIpamRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyIpamRequest.Builder,ModifyIpamRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyIpamRequest.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 method that creates an instance of theAddIpamOperatingRegion.Builder
avoiding the need to create
one manually via AddIpamOperatingRegion.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #addOperatingRegions(List
.
addOperatingRegions
- a consumer that will call methods on
AddIpamOperatingRegion.Builder
#addOperatingRegions(java.util.Collection)
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 method that creates an instance of theRemoveIpamOperatingRegion.Builder
avoiding the need to
create one manually via RemoveIpamOperatingRegion.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #removeOperatingRegions(List
.
removeOperatingRegions
- a consumer that will call methods on
RemoveIpamOperatingRegion.Builder
#removeOperatingRegions(java.util.Collection)
ModifyIpamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ModifyIpamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.