Interface ActionTypeId.Builder

    • Method Detail

      • category

        ActionTypeId.Builder category​(String category)

        A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Valid categories are limited to one of the following values.

        • Source

        • Build

        • Test

        • Deploy

        • Invoke

        • Approval

        • Compute

        Parameters:
        category - A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Valid categories are limited to one of the following values.

        • Source

        • Build

        • Test

        • Deploy

        • Invoke

        • Approval

        • Compute

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

        ActionTypeId.Builder category​(ActionCategory category)

        A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Valid categories are limited to one of the following values.

        • Source

        • Build

        • Test

        • Deploy

        • Invoke

        • Approval

        • Compute

        Parameters:
        category - A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Valid categories are limited to one of the following values.

        • Source

        • Build

        • Test

        • Deploy

        • Invoke

        • Approval

        • Compute

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

        ActionTypeId.Builder provider​(String provider)

        The provider of the service being called by the action. Valid providers are determined by the action category. For example, an action in the Deploy category type might have a provider of CodeDeploy, which would be specified as CodeDeploy. For more information, see Valid Action Types and Providers in CodePipeline.

        Parameters:
        provider - The provider of the service being called by the action. Valid providers are determined by the action category. For example, an action in the Deploy category type might have a provider of CodeDeploy, which would be specified as CodeDeploy. For more information, see Valid Action Types and Providers in CodePipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        ActionTypeId.Builder version​(String version)

        A string that describes the action version.

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