Interface ActionTypeIdentifier.Builder

    • Method Detail

      • category

        ActionTypeIdentifier.Builder category​(String 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:
        ActionCategory, ActionCategory
      • category

        ActionTypeIdentifier.Builder category​(ActionCategory 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:
        ActionCategory, ActionCategory
      • owner

        ActionTypeIdentifier.Builder owner​(String 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

        ActionTypeIdentifier.Builder provider​(String 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

        ActionTypeIdentifier.Builder version​(String 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.