Interface DescribeCapacityBlockExtensionHistoryResponse.Builder

    • Method Detail

      • capacityBlockExtensions

        DescribeCapacityBlockExtensionHistoryResponse.Builder capacityBlockExtensions​(Collection<CapacityBlockExtension> capacityBlockExtensions)

        Describes one or more of your Capacity Block extensions. The results describe only the Capacity Block extensions in the Amazon Web Services Region that you're currently using.

        Parameters:
        capacityBlockExtensions - Describes one or more of your Capacity Block extensions. The results describe only the Capacity Block extensions in the Amazon Web Services Region that you're currently using.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityBlockExtensions

        DescribeCapacityBlockExtensionHistoryResponse.Builder capacityBlockExtensions​(CapacityBlockExtension... capacityBlockExtensions)

        Describes one or more of your Capacity Block extensions. The results describe only the Capacity Block extensions in the Amazon Web Services Region that you're currently using.

        Parameters:
        capacityBlockExtensions - Describes one or more of your Capacity Block extensions. The results describe only the Capacity Block extensions in the Amazon Web Services Region that you're currently using.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeCapacityBlockExtensionHistoryResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.