public static final class CfnCustomActionType.SettingsProperty.Builder
extends java.lang.Object
CfnCustomActionType.SettingsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnCustomActionType.SettingsProperty |
build()
Builds the configured instance.
|
CfnCustomActionType.SettingsProperty.Builder |
entityUrlTemplate(java.lang.String entityUrlTemplate)
Sets the value of
CfnCustomActionType.SettingsProperty.getEntityUrlTemplate() |
CfnCustomActionType.SettingsProperty.Builder |
executionUrlTemplate(java.lang.String executionUrlTemplate)
Sets the value of
CfnCustomActionType.SettingsProperty.getExecutionUrlTemplate() |
CfnCustomActionType.SettingsProperty.Builder |
revisionUrlTemplate(java.lang.String revisionUrlTemplate)
Sets the value of
CfnCustomActionType.SettingsProperty.getRevisionUrlTemplate() |
CfnCustomActionType.SettingsProperty.Builder |
thirdPartyConfigurationUrl(java.lang.String thirdPartyConfigurationUrl)
Sets the value of
CfnCustomActionType.SettingsProperty.getThirdPartyConfigurationUrl() |
public CfnCustomActionType.SettingsProperty.Builder entityUrlTemplate(java.lang.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
public CfnCustomActionType.SettingsProperty.Builder executionUrlTemplate(java.lang.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
public CfnCustomActionType.SettingsProperty.Builder revisionUrlTemplate(java.lang.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
public CfnCustomActionType.SettingsProperty.Builder thirdPartyConfigurationUrl(java.lang.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
public CfnCustomActionType.SettingsProperty build()
CfnCustomActionType.SettingsProperty
java.lang.NullPointerException
- if any required attribute was not provided