Interface DescribeReservedNodesOfferingsResponse.Builder

    • Method Detail

      • nextToken

        DescribeReservedNodesOfferingsResponse.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.
      • reservedNodesOfferings

        DescribeReservedNodesOfferingsResponse.Builder reservedNodesOfferings​(ReservedNodesOffering... reservedNodesOfferings)

        Lists available reserved node offerings.

        Parameters:
        reservedNodesOfferings - Lists available reserved node offerings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.