Interface ModifyIpamResourceDiscoveryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyIpamResourceDiscoveryRequest.Builder,,ModifyIpamResourceDiscoveryRequest> Ec2Request.Builder,SdkBuilder<ModifyIpamResourceDiscoveryRequest.Builder,,ModifyIpamResourceDiscoveryRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyIpamResourceDiscoveryRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddOperatingRegions(Collection<AddIpamOperatingRegion> addOperatingRegions) Add operating Regions to the resource discovery.addOperatingRegions(Consumer<AddIpamOperatingRegion.Builder>... addOperatingRegions) Add operating Regions to the resource discovery.addOperatingRegions(AddIpamOperatingRegion... addOperatingRegions) Add operating Regions to the resource discovery.addOrganizationalUnitExclusions(Collection<AddIpamOrganizationalUnitExclusion> addOrganizationalUnitExclusions) Add an Organizational Unit (OU) exclusion to your IPAM.addOrganizationalUnitExclusions(Consumer<AddIpamOrganizationalUnitExclusion.Builder>... addOrganizationalUnitExclusions) Add an Organizational Unit (OU) exclusion to your IPAM.addOrganizationalUnitExclusions(AddIpamOrganizationalUnitExclusion... addOrganizationalUnitExclusions) Add an Organizational Unit (OU) exclusion to your IPAM.description(String description) A resource discovery description.A check for whether you have the required permissions for the action without actually making the request and provides an error response.ipamResourceDiscoveryId(String ipamResourceDiscoveryId) A resource discovery ID.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) removeOperatingRegions(Collection<RemoveIpamOperatingRegion> removeOperatingRegions) Remove operating Regions.removeOperatingRegions(Consumer<RemoveIpamOperatingRegion.Builder>... removeOperatingRegions) Remove operating Regions.removeOperatingRegions(RemoveIpamOperatingRegion... removeOperatingRegions) Remove operating Regions.removeOrganizationalUnitExclusions(Collection<RemoveIpamOrganizationalUnitExclusion> removeOrganizationalUnitExclusions) Remove an Organizational Unit (OU) exclusion to your IPAM.removeOrganizationalUnitExclusions(Consumer<RemoveIpamOrganizationalUnitExclusion.Builder>... removeOrganizationalUnitExclusions) Remove an Organizational Unit (OU) exclusion to your IPAM.removeOrganizationalUnitExclusions(RemoveIpamOrganizationalUnitExclusion... removeOrganizationalUnitExclusions) Remove an Organizational Unit (OU) exclusion to your IPAM.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, sdkFieldNameToField, 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.
-
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
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.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
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.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:
-
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.
This is a convenience method that creates an instance of theThe 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.Builderavoiding the need to create one manually viaAddIpamOrganizationalUnitExclusion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaddOrganizationalUnitExclusions(List<AddIpamOrganizationalUnitExclusion>).- 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:
-
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.
This is a convenience method that creates an instance of theThe 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.Builderavoiding the need to create one manually viaRemoveIpamOrganizationalUnitExclusion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toremoveOrganizationalUnitExclusions(List<RemoveIpamOrganizationalUnitExclusion>).- 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:
-
overrideConfiguration
ModifyIpamResourceDiscoveryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyIpamResourceDiscoveryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-