Class CfnCustomActionType.SettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.codepipeline.CfnCustomActionType.SettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCustomActionType.SettingsProperty>
- Enclosing interface:
CfnCustomActionType.SettingsProperty
@Stability(Stable)
public static final class CfnCustomActionType.SettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCustomActionType.SettingsProperty>
A builder for
CfnCustomActionType.SettingsProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.entityUrlTemplate
(String entityUrlTemplate) Sets the value ofCfnCustomActionType.SettingsProperty.getEntityUrlTemplate()
executionUrlTemplate
(String executionUrlTemplate) Sets the value ofCfnCustomActionType.SettingsProperty.getExecutionUrlTemplate()
revisionUrlTemplate
(String revisionUrlTemplate) Sets the value ofCfnCustomActionType.SettingsProperty.getRevisionUrlTemplate()
thirdPartyConfigurationUrl
(String thirdPartyConfigurationUrl) Sets the value ofCfnCustomActionType.SettingsProperty.getThirdPartyConfigurationUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
entityUrlTemplate
@Stability(Stable) public CfnCustomActionType.SettingsProperty.Builder entityUrlTemplate(String entityUrlTemplate) Sets the value ofCfnCustomActionType.SettingsProperty.getEntityUrlTemplate()
- 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:
this
-
executionUrlTemplate
@Stability(Stable) public CfnCustomActionType.SettingsProperty.Builder executionUrlTemplate(String executionUrlTemplate) Sets the value ofCfnCustomActionType.SettingsProperty.getExecutionUrlTemplate()
- 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:
this
-
revisionUrlTemplate
@Stability(Stable) public CfnCustomActionType.SettingsProperty.Builder revisionUrlTemplate(String revisionUrlTemplate) Sets the value ofCfnCustomActionType.SettingsProperty.getRevisionUrlTemplate()
- 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:
this
-
thirdPartyConfigurationUrl
@Stability(Stable) public CfnCustomActionType.SettingsProperty.Builder thirdPartyConfigurationUrl(String thirdPartyConfigurationUrl) Sets the value ofCfnCustomActionType.SettingsProperty.getThirdPartyConfigurationUrl()
- 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:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnCustomActionType.SettingsProperty>
- Returns:
- a new instance of
CfnCustomActionType.SettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-