Interface ModifyIpamResourceDiscoveryRequest.Builder

    • 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 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

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

        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.
        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.

        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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.

        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.
        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.

        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.