Interface Step.Builder

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

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

    • componentId

      Step.Builder componentId(String componentId)

      The component ID.

      Parameters:
      componentId - The component ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • componentType

      Step.Builder componentType(String componentType)

      The component type.

      Parameters:
      componentType - The component type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.