Interface ActionTypeIdentifier.Builder

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

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

    • category

      Defines what kind of action can be taken in the stage, one of the following:

      • Source

      • Build

      • Test

      • Deploy

      • Approval

      • Invoke

      Parameters:
      category - Defines what kind of action can be taken in the stage, one of the following:

      • Source

      • Build

      • Test

      • Deploy

      • Approval

      • Invoke

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • category

      Defines what kind of action can be taken in the stage, one of the following:

      • Source

      • Build

      • Test

      • Deploy

      • Approval

      • Invoke

      Parameters:
      category - Defines what kind of action can be taken in the stage, one of the following:

      • Source

      • Build

      • Test

      • Deploy

      • Approval

      • Invoke

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • owner

      The creator of the action type being called: AWS or ThirdParty.

      Parameters:
      owner - The creator of the action type being called: AWS or ThirdParty.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provider

      The provider of the action type being called. The provider name is supplied when the action type is created.

      Parameters:
      provider - The provider of the action type being called. The provider name is supplied when the action type is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      A string that describes the action type version.

      Parameters:
      version - A string that describes the action type version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.