public static interface ActionTypeSettings.Builder extends SdkPojo, CopyableBuilder<ActionTypeSettings.Builder,ActionTypeSettings>
| Modifier and Type | Method and Description |
|---|---|
ActionTypeSettings.Builder |
entityUrlTemplate(String entityUrlTemplate)
The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external
system, such as the configuration page for an AWS CodeDeploy deployment group.
|
ActionTypeSettings.Builder |
executionUrlTemplate(String executionUrlTemplate)
The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the
external system, such as the console page for AWS CodeDeploy.
|
ActionTypeSettings.Builder |
revisionUrlTemplate(String revisionUrlTemplate)
The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update
or change the configuration of the external action.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionTypeSettings.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.
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.ActionTypeSettings.Builder entityUrlTemplate(String entityUrlTemplate)
The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group. This link is provided as part of the action display in the pipeline.
entityUrlTemplate - The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the
external system, such as the configuration page for an AWS CodeDeploy deployment group. This link is
provided as part of the action display in the pipeline.ActionTypeSettings.Builder executionUrlTemplate(String executionUrlTemplate)
The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as the console page for AWS CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console and provides a link to the execution entity of the external action.
executionUrlTemplate - The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page
for the external system, such as the console page for AWS CodeDeploy. This link is shown on the
pipeline view page in the AWS CodePipeline console and provides a link to the execution entity of the
external action.ActionTypeSettings.Builder revisionUrlTemplate(String revisionUrlTemplate)
The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
revisionUrlTemplate - The URL returned to the AWS CodePipeline console that contains a link to the page where customers can
update or change the configuration of the external action.Copyright © 2023. All rights reserved.