Interface DescribeCapacityBlockStatusResponse.Builder

    • Method Detail

      • capacityBlockStatuses

        DescribeCapacityBlockStatusResponse.Builder capacityBlockStatuses​(Collection<CapacityBlockStatus> capacityBlockStatuses)

        The availability of capacity for a Capacity Block.

        Parameters:
        capacityBlockStatuses - The availability of capacity for a Capacity Block.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityBlockStatuses

        DescribeCapacityBlockStatusResponse.Builder capacityBlockStatuses​(CapacityBlockStatus... capacityBlockStatuses)

        The availability of capacity for a Capacity Block.

        Parameters:
        capacityBlockStatuses - The availability of capacity for a Capacity Block.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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