Interface NodeTypeSpecificValue.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NodeTypeSpecificValue.Builder,NodeTypeSpecificValue>, SdkBuilder<NodeTypeSpecificValue.Builder,NodeTypeSpecificValue>, SdkPojo
Enclosing class:
NodeTypeSpecificValue

public static interface NodeTypeSpecificValue.Builder extends SdkPojo, CopyableBuilder<NodeTypeSpecificValue.Builder,NodeTypeSpecificValue>
  • Method Details

    • nodeType

      A node type to which the parameter value applies.

      Parameters:
      nodeType - A node type to which the parameter value applies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The parameter value for this node type.

      Parameters:
      value - The parameter value for this node type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.