CopyableBuilder<ActionTypeSettings.Builder,ActionTypeSettings>
, SdkBuilder<ActionTypeSettings.Builder,ActionTypeSettings>
public static interface ActionTypeSettings.Builder extends CopyableBuilder<ActionTypeSettings.Builder,ActionTypeSettings>
Modifier and Type | Method | 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 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.
|
copy
apply, build
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.
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 within 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 within 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 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.