Interface ModifyIpamRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyIpamRequest.Builder,ModifyIpamRequest>,Ec2Request.Builder,SdkBuilder<ModifyIpamRequest.Builder,ModifyIpamRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyIpamRequest
public static interface ModifyIpamRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyIpamRequest.Builder,ModifyIpamRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyIpamRequest.BuilderaddOperatingRegions(Collection<AddIpamOperatingRegion> addOperatingRegions)Choose the operating Regions for the IPAM.ModifyIpamRequest.BuilderaddOperatingRegions(Consumer<AddIpamOperatingRegion.Builder>... addOperatingRegions)Choose the operating Regions for the IPAM.ModifyIpamRequest.BuilderaddOperatingRegions(AddIpamOperatingRegion... addOperatingRegions)Choose the operating Regions for the IPAM.ModifyIpamRequest.Builderdescription(String description)The description of the IPAM you want to modify.ModifyIpamRequest.BuilderdryRun(Boolean dryRun)A check for whether you have the required permissions for the action without actually making the request and provides an error response.ModifyIpamRequest.BuilderenablePrivateGua(Boolean enablePrivateGua)Enable this option to use your own GUA ranges as private IPv6 addresses.ModifyIpamRequest.BuilderipamId(String ipamId)The ID of the IPAM you want to modify.ModifyIpamRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyIpamRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyIpamRequest.BuilderremoveOperatingRegions(Collection<RemoveIpamOperatingRegion> removeOperatingRegions)The operating Regions to remove.ModifyIpamRequest.BuilderremoveOperatingRegions(Consumer<RemoveIpamOperatingRegion.Builder>... removeOperatingRegions)The operating Regions to remove.ModifyIpamRequest.BuilderremoveOperatingRegions(RemoveIpamOperatingRegion... removeOperatingRegions)The operating Regions to remove.ModifyIpamRequest.Buildertier(String tier)IPAM is offered in a Free Tier and an Advanced Tier.ModifyIpamRequest.Buildertier(IpamTier tier)IPAM is offered in a Free Tier and an Advanced Tier.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dryRun
ModifyIpamRequest.Builder dryRun(Boolean 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
ModifyIpamRequest.Builder ipamId(String 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
ModifyIpamRequest.Builder description(String 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
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.
- 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 to#addOperatingRegions(List.) - 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:
#addOperatingRegions(java.util.Collection)
-
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 to#removeOperatingRegions(List.) - 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:
#removeOperatingRegions(java.util.Collection)
-
tier
ModifyIpamRequest.Builder tier(String tier)
IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
- Parameters:
tier- IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpamTier,IpamTier
-
tier
ModifyIpamRequest.Builder tier(IpamTier tier)
IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
- Parameters:
tier- IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpamTier,IpamTier
-
enablePrivateGua
ModifyIpamRequest.Builder enablePrivateGua(Boolean enablePrivateGua)
Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.
- Parameters:
enablePrivateGua- Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyIpamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyIpamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-