Interface ActionTypeSettings.Builder

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

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

    • thirdPartyConfigurationUrl

      ActionTypeSettings.Builder thirdPartyConfigurationUrl(String thirdPartyConfigurationUrl)

      The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.

      Parameters:
      thirdPartyConfigurationUrl - The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entityUrlTemplate

      ActionTypeSettings.Builder entityUrlTemplate(String entityUrlTemplate)

      The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for a CodeDeploy deployment group. This link is provided as part of the action display in the pipeline.

      Parameters:
      entityUrlTemplate - The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for a CodeDeploy deployment group. This link is provided as part of the action display in the pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionUrlTemplate

      ActionTypeSettings.Builder executionUrlTemplate(String executionUrlTemplate)

      The URL returned to the CodePipeline console that contains a link to the top-level landing page for the external system, such as the console page for CodeDeploy. This link is shown on the pipeline view page in the CodePipeline console and provides a link to the execution entity of the external action.

      Parameters:
      executionUrlTemplate - The URL returned to the CodePipeline console that contains a link to the top-level landing page for the external system, such as the console page for CodeDeploy. This link is shown on the pipeline view page in the CodePipeline console and provides a link to the execution entity of the external action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • revisionUrlTemplate

      ActionTypeSettings.Builder revisionUrlTemplate(String revisionUrlTemplate)

      The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.

      Parameters:
      revisionUrlTemplate - The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.