Interface ModifyIpamResourceDiscoveryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ModifyIpamResourceDiscoveryRequest.Builder,ModifyIpamResourceDiscoveryRequest>
,Ec2Request.Builder
,SdkBuilder<ModifyIpamResourceDiscoveryRequest.Builder,ModifyIpamResourceDiscoveryRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ModifyIpamResourceDiscoveryRequest
public static interface ModifyIpamResourceDiscoveryRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyIpamResourceDiscoveryRequest.Builder,ModifyIpamResourceDiscoveryRequest>
-
-
Method Summary
-
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
ModifyIpamResourceDiscoveryRequest.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.
-
ipamResourceDiscoveryId
ModifyIpamResourceDiscoveryRequest.Builder ipamResourceDiscoveryId(String ipamResourceDiscoveryId)
A resource discovery ID.
- Parameters:
ipamResourceDiscoveryId
- A resource discovery ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
ModifyIpamResourceDiscoveryRequest.Builder description(String description)
A resource discovery description.
- Parameters:
description
- A resource discovery description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addOperatingRegions
ModifyIpamResourceDiscoveryRequest.Builder addOperatingRegions(Collection<AddIpamOperatingRegion> addOperatingRegions)
Add operating Regions to the resource discovery. 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.
- Parameters:
addOperatingRegions
- Add operating Regions to the resource discovery. 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addOperatingRegions
ModifyIpamResourceDiscoveryRequest.Builder addOperatingRegions(AddIpamOperatingRegion... addOperatingRegions)
Add operating Regions to the resource discovery. 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.
- Parameters:
addOperatingRegions
- Add operating Regions to the resource discovery. 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addOperatingRegions
ModifyIpamResourceDiscoveryRequest.Builder addOperatingRegions(Consumer<AddIpamOperatingRegion.Builder>... addOperatingRegions)
Add operating Regions to the resource discovery. 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.
This is a convenience method that creates an instance of theAddIpamOperatingRegion.Builder
avoiding the need to create one manually viaAddIpamOperatingRegion.builder()
.When the
Consumer
completes,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
ModifyIpamResourceDiscoveryRequest.Builder removeOperatingRegions(Collection<RemoveIpamOperatingRegion> removeOperatingRegions)
Remove operating Regions.
- Parameters:
removeOperatingRegions
- Remove operating Regions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeOperatingRegions
ModifyIpamResourceDiscoveryRequest.Builder removeOperatingRegions(RemoveIpamOperatingRegion... removeOperatingRegions)
Remove operating Regions.
- Parameters:
removeOperatingRegions
- Remove operating Regions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeOperatingRegions
ModifyIpamResourceDiscoveryRequest.Builder removeOperatingRegions(Consumer<RemoveIpamOperatingRegion.Builder>... removeOperatingRegions)
Remove operating Regions.
This is a convenience method that creates an instance of theRemoveIpamOperatingRegion.Builder
avoiding the need to create one manually viaRemoveIpamOperatingRegion.builder()
.When the
Consumer
completes,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
)
-
addOrganizationalUnitExclusions
ModifyIpamResourceDiscoveryRequest.Builder addOrganizationalUnitExclusions(Collection<AddIpamOrganizationalUnitExclusion> addOrganizationalUnitExclusions)
Add an Organizational Unit (OU) exclusion to your IPAM. If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion. There is a limit on the number of exclusions you can create. For more information, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.
The resulting set of exclusions must not result in "overlap", meaning two or more OU exclusions must not exclude the same OU. For more information and examples, see the Amazon Web Services CLI request process in Add or remove OU exclusions in the Amazon VPC User Guide.
- Parameters:
addOrganizationalUnitExclusions
- Add an Organizational Unit (OU) exclusion to your IPAM. If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion. There is a limit on the number of exclusions you can create. For more information, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.The resulting set of exclusions must not result in "overlap", meaning two or more OU exclusions must not exclude the same OU. For more information and examples, see the Amazon Web Services CLI request process in Add or remove OU exclusions in the Amazon VPC User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addOrganizationalUnitExclusions
ModifyIpamResourceDiscoveryRequest.Builder addOrganizationalUnitExclusions(AddIpamOrganizationalUnitExclusion... addOrganizationalUnitExclusions)
Add an Organizational Unit (OU) exclusion to your IPAM. If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion. There is a limit on the number of exclusions you can create. For more information, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.
The resulting set of exclusions must not result in "overlap", meaning two or more OU exclusions must not exclude the same OU. For more information and examples, see the Amazon Web Services CLI request process in Add or remove OU exclusions in the Amazon VPC User Guide.
- Parameters:
addOrganizationalUnitExclusions
- Add an Organizational Unit (OU) exclusion to your IPAM. If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion. There is a limit on the number of exclusions you can create. For more information, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.The resulting set of exclusions must not result in "overlap", meaning two or more OU exclusions must not exclude the same OU. For more information and examples, see the Amazon Web Services CLI request process in Add or remove OU exclusions in the Amazon VPC User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addOrganizationalUnitExclusions
ModifyIpamResourceDiscoveryRequest.Builder addOrganizationalUnitExclusions(Consumer<AddIpamOrganizationalUnitExclusion.Builder>... addOrganizationalUnitExclusions)
Add an Organizational Unit (OU) exclusion to your IPAM. If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion. There is a limit on the number of exclusions you can create. For more information, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.
The resulting set of exclusions must not result in "overlap", meaning two or more OU exclusions must not exclude the same OU. For more information and examples, see the Amazon Web Services CLI request process in Add or remove OU exclusions in the Amazon VPC User Guide.
AddIpamOrganizationalUnitExclusion.Builder
avoiding the need to create one manually viaAddIpamOrganizationalUnitExclusion.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#addOrganizationalUnitExclusions(List
.) - Parameters:
addOrganizationalUnitExclusions
- a consumer that will call methods onAddIpamOrganizationalUnitExclusion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#addOrganizationalUnitExclusions(java.util.Collection
)
-
removeOrganizationalUnitExclusions
ModifyIpamResourceDiscoveryRequest.Builder removeOrganizationalUnitExclusions(Collection<RemoveIpamOrganizationalUnitExclusion> removeOrganizationalUnitExclusions)
Remove an Organizational Unit (OU) exclusion to your IPAM. If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion. There is a limit on the number of exclusions you can create. For more information, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.
The resulting set of exclusions must not result in "overlap", meaning two or more OU exclusions must not exclude the same OU. For more information and examples, see the Amazon Web Services CLI request process in Add or remove OU exclusions in the Amazon VPC User Guide.
- Parameters:
removeOrganizationalUnitExclusions
- Remove an Organizational Unit (OU) exclusion to your IPAM. If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion. There is a limit on the number of exclusions you can create. For more information, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.The resulting set of exclusions must not result in "overlap", meaning two or more OU exclusions must not exclude the same OU. For more information and examples, see the Amazon Web Services CLI request process in Add or remove OU exclusions in the Amazon VPC User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeOrganizationalUnitExclusions
ModifyIpamResourceDiscoveryRequest.Builder removeOrganizationalUnitExclusions(RemoveIpamOrganizationalUnitExclusion... removeOrganizationalUnitExclusions)
Remove an Organizational Unit (OU) exclusion to your IPAM. If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion. There is a limit on the number of exclusions you can create. For more information, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.
The resulting set of exclusions must not result in "overlap", meaning two or more OU exclusions must not exclude the same OU. For more information and examples, see the Amazon Web Services CLI request process in Add or remove OU exclusions in the Amazon VPC User Guide.
- Parameters:
removeOrganizationalUnitExclusions
- Remove an Organizational Unit (OU) exclusion to your IPAM. If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion. There is a limit on the number of exclusions you can create. For more information, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.The resulting set of exclusions must not result in "overlap", meaning two or more OU exclusions must not exclude the same OU. For more information and examples, see the Amazon Web Services CLI request process in Add or remove OU exclusions in the Amazon VPC User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeOrganizationalUnitExclusions
ModifyIpamResourceDiscoveryRequest.Builder removeOrganizationalUnitExclusions(Consumer<RemoveIpamOrganizationalUnitExclusion.Builder>... removeOrganizationalUnitExclusions)
Remove an Organizational Unit (OU) exclusion to your IPAM. If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion. There is a limit on the number of exclusions you can create. For more information, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.
The resulting set of exclusions must not result in "overlap", meaning two or more OU exclusions must not exclude the same OU. For more information and examples, see the Amazon Web Services CLI request process in Add or remove OU exclusions in the Amazon VPC User Guide.
RemoveIpamOrganizationalUnitExclusion.Builder
avoiding the need to create one manually viaRemoveIpamOrganizationalUnitExclusion.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#removeOrganizationalUnitExclusions(List
.) - Parameters:
removeOrganizationalUnitExclusions
- a consumer that will call methods onRemoveIpamOrganizationalUnitExclusion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#removeOrganizationalUnitExclusions(java.util.Collection
)
-
overrideConfiguration
ModifyIpamResourceDiscoveryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyIpamResourceDiscoveryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-