Interface ActionTypeUrls.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActionTypeUrls.Builder,ActionTypeUrls>,SdkBuilder<ActionTypeUrls.Builder,ActionTypeUrls>,SdkPojo
- Enclosing class:
- ActionTypeUrls
public static interface ActionTypeUrls.Builder extends SdkPojo, CopyableBuilder<ActionTypeUrls.Builder,ActionTypeUrls>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionTypeUrls.BuilderconfigurationUrl(String configurationUrl)The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.ActionTypeUrls.BuilderentityUrlTemplate(String entityUrlTemplate)The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as a status page.ActionTypeUrls.BuilderexecutionUrlTemplate(String executionUrlTemplate)The link to an execution page for the action type in progress.ActionTypeUrls.BuilderrevisionUrlTemplate(String 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
configurationUrl
ActionTypeUrls.Builder configurationUrl(String configurationUrl)
The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.
- Parameters:
configurationUrl- The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityUrlTemplate
ActionTypeUrls.Builder entityUrlTemplate(String entityUrlTemplate)
The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as a status page. This link is provided as part of the action display in the pipeline.
- Parameters:
entityUrlTemplate- The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as a status page. This link is provided as part of the action display in the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionUrlTemplate
ActionTypeUrls.Builder executionUrlTemplate(String executionUrlTemplate)
The link to an execution page for the action type in progress. For example, for a CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.
- Parameters:
executionUrlTemplate- The link to an execution page for the action type in progress. For example, for a CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionUrlTemplate
ActionTypeUrls.Builder revisionUrlTemplate(String 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.
- 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:
- Returns a reference to this object so that method calls can be chained together.
-
-