Interface Step.Builder

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

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

    • componentArn

      Step.Builder componentArn(String componentArn)

      The component ARN. The ARN can be null and is not displayed in the Amazon Web Services console.

      Parameters:
      componentArn - The component ARN. The ARN can be null and is not displayed in the Amazon Web Services console.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.