Interface StartDiscoveryJobRequest.Builder

    • Method Detail

      • storageSystemArn

        StartDiscoveryJobRequest.Builder storageSystemArn​(String storageSystemArn)

        Specifies the Amazon Resource Name (ARN) of the on-premises storage system that you want to run the discovery job on.

        Parameters:
        storageSystemArn - Specifies the Amazon Resource Name (ARN) of the on-premises storage system that you want to run the discovery job on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • collectionDurationMinutes

        StartDiscoveryJobRequest.Builder collectionDurationMinutes​(Integer collectionDurationMinutes)

        Specifies in minutes how long you want the discovery job to run.

        For more accurate recommendations, we recommend a duration of at least 14 days. Longer durations allow time to collect a sufficient number of data points and provide a realistic representation of storage performance and utilization.

        Parameters:
        collectionDurationMinutes - Specifies in minutes how long you want the discovery job to run.

        For more accurate recommendations, we recommend a duration of at least 14 days. Longer durations allow time to collect a sufficient number of data points and provide a realistic representation of storage performance and utilization.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        StartDiscoveryJobRequest.Builder clientToken​(String clientToken)

        Specifies a client token to make sure requests with this API operation are idempotent. If you don't specify a client token, DataSync generates one for you automatically.

        Parameters:
        clientToken - Specifies a client token to make sure requests with this API operation are idempotent. If you don't specify a client token, DataSync generates one for you automatically.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        StartDiscoveryJobRequest.Builder tags​(Collection<TagListEntry> tags)

        Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.

        Parameters:
        tags - Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        StartDiscoveryJobRequest.Builder tags​(TagListEntry... tags)

        Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.

        Parameters:
        tags - Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.