| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static ActionTypeSettings.Builder |
ActionTypeSettings.builder() |
ActionTypeSettings.Builder |
ActionTypeSettings.Builder.entityUrlTemplate(String entityUrlTemplate)
The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external
system, such as the configuration page for an AWS CodeDeploy deployment group.
|
ActionTypeSettings.Builder |
ActionTypeSettings.Builder.executionUrlTemplate(String executionUrlTemplate)
The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the
external system, such as the console page for AWS CodeDeploy.
|
ActionTypeSettings.Builder |
ActionTypeSettings.Builder.revisionUrlTemplate(String revisionUrlTemplate)
The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update
or change the configuration of the external action.
|
ActionTypeSettings.Builder |
ActionTypeSettings.Builder.thirdPartyConfigurationUrl(String 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.
|
ActionTypeSettings.Builder |
ActionTypeSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionTypeSettings.Builder> |
ActionTypeSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActionType.Builder |
ActionType.Builder.settings(Consumer<ActionTypeSettings.Builder> settings)
The settings for the action type.
|
default CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.settings(Consumer<ActionTypeSettings.Builder> settings)
URLs that provide users information about this custom action.
|
Copyright © 2023. All rights reserved.