Interface CreateIpamResourceDiscoveryRequest.Builder

    • Method Detail

      • dryRun

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

        CreateIpamResourceDiscoveryRequest.Builder description​(String description)

        A description for the IPAM resource discovery.

        Parameters:
        description - A description for the IPAM resource discovery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operatingRegions

        CreateIpamResourceDiscoveryRequest.Builder operatingRegions​(Collection<AddIpamOperatingRegion> operatingRegions)

        Operating Regions for the IPAM 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:
        operatingRegions - Operating Regions for the IPAM 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.
      • operatingRegions

        CreateIpamResourceDiscoveryRequest.Builder operatingRegions​(AddIpamOperatingRegion... operatingRegions)

        Operating Regions for the IPAM 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:
        operatingRegions - Operating Regions for the IPAM 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.
      • tagSpecifications

        CreateIpamResourceDiscoveryRequest.Builder tagSpecifications​(Collection<TagSpecification> tagSpecifications)

        Tag specifications for the IPAM resource discovery.

        Parameters:
        tagSpecifications - Tag specifications for the IPAM resource discovery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        CreateIpamResourceDiscoveryRequest.Builder tagSpecifications​(TagSpecification... tagSpecifications)

        Tag specifications for the IPAM resource discovery.

        Parameters:
        tagSpecifications - Tag specifications for the IPAM resource discovery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CreateIpamResourceDiscoveryRequest.Builder clientToken​(String clientToken)

        A client token for the IPAM resource discovery.

        Parameters:
        clientToken - A client token for the IPAM resource discovery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.