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.