Interface ListBucketIntelligentTieringConfigurationsResponse.Builder

    • Method Detail

      • isTruncated

        ListBucketIntelligentTieringConfigurationsResponse.Builder isTruncated​(Boolean isTruncated)

        Indicates whether the returned list of analytics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.

        Parameters:
        isTruncated - Indicates whether the returned list of analytics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • continuationToken

        ListBucketIntelligentTieringConfigurationsResponse.Builder continuationToken​(String continuationToken)

        The ContinuationToken that represents a placeholder from where this request should begin.

        Parameters:
        continuationToken - The ContinuationToken that represents a placeholder from where this request should begin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextContinuationToken

        ListBucketIntelligentTieringConfigurationsResponse.Builder nextContinuationToken​(String nextContinuationToken)

        The marker used to continue this inventory configuration listing. Use the NextContinuationToken from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.

        Parameters:
        nextContinuationToken - The marker used to continue this inventory configuration listing. Use the NextContinuationToken from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • intelligentTieringConfigurationList

        ListBucketIntelligentTieringConfigurationsResponse.Builder intelligentTieringConfigurationList​(IntelligentTieringConfiguration... intelligentTieringConfigurationList)

        The list of S3 Intelligent-Tiering configurations for a bucket.

        Parameters:
        intelligentTieringConfigurationList - The list of S3 Intelligent-Tiering configurations for a bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.