@Stability(value=Stable) public static final class CfnCustomActionType.SettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCustomActionType.SettingsProperty>
CfnCustomActionType.SettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCustomActionType.SettingsProperty |
build()
Builds the configured instance.
|
CfnCustomActionType.SettingsProperty.Builder |
entityUrlTemplate(String entityUrlTemplate)
Sets the value of
CfnCustomActionType.SettingsProperty.getEntityUrlTemplate() |
CfnCustomActionType.SettingsProperty.Builder |
executionUrlTemplate(String executionUrlTemplate)
Sets the value of
CfnCustomActionType.SettingsProperty.getExecutionUrlTemplate() |
CfnCustomActionType.SettingsProperty.Builder |
revisionUrlTemplate(String revisionUrlTemplate)
Sets the value of
CfnCustomActionType.SettingsProperty.getRevisionUrlTemplate() |
CfnCustomActionType.SettingsProperty.Builder |
thirdPartyConfigurationUrl(String thirdPartyConfigurationUrl)
Sets the value of
CfnCustomActionType.SettingsProperty.getThirdPartyConfigurationUrl() |
@Stability(value=Stable) public CfnCustomActionType.SettingsProperty.Builder entityUrlTemplate(String entityUrlTemplate)
CfnCustomActionType.SettingsProperty.getEntityUrlTemplate()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.this@Stability(value=Stable) public CfnCustomActionType.SettingsProperty.Builder executionUrlTemplate(String executionUrlTemplate)
CfnCustomActionType.SettingsProperty.getExecutionUrlTemplate()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.this@Stability(value=Stable) public CfnCustomActionType.SettingsProperty.Builder revisionUrlTemplate(String revisionUrlTemplate)
CfnCustomActionType.SettingsProperty.getRevisionUrlTemplate()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.this@Stability(value=Stable) public CfnCustomActionType.SettingsProperty.Builder thirdPartyConfigurationUrl(String thirdPartyConfigurationUrl)
CfnCustomActionType.SettingsProperty.getThirdPartyConfigurationUrl()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.this@Stability(value=Stable) public CfnCustomActionType.SettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnCustomActionType.SettingsProperty>CfnCustomActionType.SettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.