Interface ModifyIpamRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyIpamRequest.Builder,,ModifyIpamRequest> Ec2Request.Builder,SdkBuilder<ModifyIpamRequest.Builder,,ModifyIpamRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ModifyIpamRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddOperatingRegions(Collection<AddIpamOperatingRegion> addOperatingRegions) Choose the operating Regions for the IPAM.addOperatingRegions(Consumer<AddIpamOperatingRegion.Builder>... addOperatingRegions) Choose the operating Regions for the IPAM.addOperatingRegions(AddIpamOperatingRegion... addOperatingRegions) Choose the operating Regions for the IPAM.description(String description) The description of the IPAM you want to modify.A check for whether you have the required permissions for the action without actually making the request and provides an error response.The ID of the IPAM you want to modify.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.removeOperatingRegions(Collection<RemoveIpamOperatingRegion> removeOperatingRegions) The operating Regions to remove.removeOperatingRegions(Consumer<RemoveIpamOperatingRegion.Builder>... removeOperatingRegions) The operating Regions to remove.removeOperatingRegions(RemoveIpamOperatingRegion... removeOperatingRegions) The operating Regions to remove.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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 isUnauthorizedOperation.- Parameters:
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 isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamId
The ID of the IPAM you want to modify.
- Parameters:
ipamId- The ID of the IPAM you want to modify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the IPAM you want to modify.
- Parameters:
description- The description of the IPAM you want to modify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addOperatingRegions
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addOperatingRegions
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.Builderavoiding the need to create one manually viaAddIpamOperatingRegion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaddOperatingRegions(List<AddIpamOperatingRegion>).- Parameters:
addOperatingRegions- a consumer that will call methods onAddIpamOperatingRegion.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
removeOperatingRegions
ModifyIpamRequest.Builder removeOperatingRegions(Collection<RemoveIpamOperatingRegion> removeOperatingRegions) The operating Regions to remove.
- Parameters:
removeOperatingRegions- The operating Regions to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeOperatingRegions
ModifyIpamRequest.Builder removeOperatingRegions(RemoveIpamOperatingRegion... removeOperatingRegions) The operating Regions to remove.
- Parameters:
removeOperatingRegions- The operating Regions to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeOperatingRegions
ModifyIpamRequest.Builder removeOperatingRegions(Consumer<RemoveIpamOperatingRegion.Builder>... removeOperatingRegions) The operating Regions to remove.
This is a convenience method that creates an instance of theRemoveIpamOperatingRegion.Builderavoiding the need to create one manually viaRemoveIpamOperatingRegion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toremoveOperatingRegions(List<RemoveIpamOperatingRegion>).- Parameters:
removeOperatingRegions- a consumer that will call methods onRemoveIpamOperatingRegion.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ModifyIpamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ModifyIpamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-