Interface DescribeReservedNodesResponse.Builder

    • Method Detail

      • nextToken

        DescribeReservedNodesResponse.Builder nextToken​(String nextToken)

        An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

        Parameters:
        nextToken - An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reservedNodes

        DescribeReservedNodesResponse.Builder reservedNodes​(Collection<ReservedNode> reservedNodes)

        Returns information about reserved nodes for this account, or about a specified reserved node.

        Parameters:
        reservedNodes - Returns information about reserved nodes for this account, or about a specified reserved node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reservedNodes

        DescribeReservedNodesResponse.Builder reservedNodes​(ReservedNode... reservedNodes)

        Returns information about reserved nodes for this account, or about a specified reserved node.

        Parameters:
        reservedNodes - Returns information about reserved nodes for this account, or about a specified reserved node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.