Interface ParameterMapping.Builder

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

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

    • name

      Parameter name.

      Parameters:
      name - Parameter name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      Sets the value of the Type property for this object.
      Parameters:
      type - The new value for the Type property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      Sets the value of the Type property for this object. This is a convenience method that creates an instance of the Type.Builder avoiding the need to create one manually via Type.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to type(Type).

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