Interface ListBucketAnalyticsConfigurationsResponse.Builder

    • Method Detail

      • isTruncated

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

        ListBucketAnalyticsConfigurationsResponse.Builder continuationToken​(String continuationToken)

        The marker that is used as a starting point for this analytics configuration list response. This value is present if it was sent in the request.

        Parameters:
        continuationToken - The marker that is used as a starting point for this analytics configuration list response. This value is present if it was sent in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextContinuationToken

        ListBucketAnalyticsConfigurationsResponse.Builder nextContinuationToken​(String nextContinuationToken)

        NextContinuationToken is sent when isTruncated is true, which indicates that there are more analytics configurations to list. The next request must include this NextContinuationToken. The token is obfuscated and is not a usable value.

        Parameters:
        nextContinuationToken - NextContinuationToken is sent when isTruncated is true, which indicates that there are more analytics configurations to list. The next request must include this NextContinuationToken. The token is obfuscated and is not a usable value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • analyticsConfigurationList

        ListBucketAnalyticsConfigurationsResponse.Builder analyticsConfigurationList​(Collection<AnalyticsConfiguration> analyticsConfigurationList)

        The list of analytics configurations for a bucket.

        Parameters:
        analyticsConfigurationList - The list of analytics configurations for a bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • analyticsConfigurationList

        ListBucketAnalyticsConfigurationsResponse.Builder analyticsConfigurationList​(AnalyticsConfiguration... analyticsConfigurationList)

        The list of analytics configurations for a bucket.

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