Interface DescribeReservedNodesResponse.Builder

  • Method Details

    • 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

      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.
    • reservedNodes

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

      This is a convenience method that creates an instance of the ReservedNode.Builder avoiding the need to create one manually via ReservedNode.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to reservedNodes(List<ReservedNode>).

      Parameters:
      reservedNodes - a consumer that will call methods on ReservedNode.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: