Interface ModifyIpamResourceDiscoveryRequest.Builder

  • 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 is UnauthorizedOperation.

      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 is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      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

      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

      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

      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 the AddIpamOperatingRegion.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<AddIpamOperatingRegion>).

      Parameters:
      addOperatingRegions - a consumer that will call methods on AddIpamOperatingRegion.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

      Remove operating Regions.

      This is a convenience method that creates an instance of the RemoveIpamOperatingRegion.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<RemoveIpamOperatingRegion>).

      Parameters:
      removeOperatingRegions - a consumer that will call methods on RemoveIpamOperatingRegion.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.

      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.

      This is a convenience method that creates an instance of the AddIpamOrganizationalUnitExclusion.Builder avoiding the need to create one manually via AddIpamOrganizationalUnitExclusion.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to addOrganizationalUnitExclusions(List<AddIpamOrganizationalUnitExclusion>).

      Parameters:
      addOrganizationalUnitExclusions - a consumer that will call methods on AddIpamOrganizationalUnitExclusion.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.

      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.

      This is a convenience method that creates an instance of the RemoveIpamOrganizationalUnitExclusion.Builder avoiding the need to create one manually via RemoveIpamOrganizationalUnitExclusion.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to removeOrganizationalUnitExclusions(List<RemoveIpamOrganizationalUnitExclusion>).

      Parameters:
      removeOrganizationalUnitExclusions - a consumer that will call methods on RemoveIpamOrganizationalUnitExclusion.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.