Interface GetReservedNodeExchangeConfigurationOptionsResponse.Builder

    • Method Detail

      • marker

        GetReservedNodeExchangeConfigurationOptionsResponse.Builder marker​(String marker)

        A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions request.

        Parameters:
        marker - A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reservedNodeConfigurationOptionList

        GetReservedNodeExchangeConfigurationOptionsResponse.Builder reservedNodeConfigurationOptionList​(Collection<ReservedNodeConfigurationOption> reservedNodeConfigurationOptionList)

        the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.

        Parameters:
        reservedNodeConfigurationOptionList - the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reservedNodeConfigurationOptionList

        GetReservedNodeExchangeConfigurationOptionsResponse.Builder reservedNodeConfigurationOptionList​(ReservedNodeConfigurationOption... reservedNodeConfigurationOptionList)

        the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.

        Parameters:
        reservedNodeConfigurationOptionList - the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.