| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static ActionTypeUrls.Builder |
ActionTypeUrls.builder() |
ActionTypeUrls.Builder |
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.
|
ActionTypeUrls.Builder |
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.
|
ActionTypeUrls.Builder |
ActionTypeUrls.Builder.executionUrlTemplate(String executionUrlTemplate)
The link to an execution page for the action type in progress.
|
ActionTypeUrls.Builder |
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.
|
ActionTypeUrls.Builder |
ActionTypeUrls.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionTypeUrls.Builder> |
ActionTypeUrls.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.urls(Consumer<ActionTypeUrls.Builder> urls)
The links associated with the action type to be updated.
|
Copyright © 2023. All rights reserved.