| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
RuleTypeSettings |
RuleTypeSettings.clone() |
RuleTypeSettings |
RuleType.getSettings()
Returns information about the settings for a rule type.
|
RuleTypeSettings |
RuleTypeSettings.withEntityUrlTemplate(String 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.
|
RuleTypeSettings |
RuleTypeSettings.withExecutionUrlTemplate(String 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.
|
RuleTypeSettings |
RuleTypeSettings.withRevisionUrlTemplate(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.
|
RuleTypeSettings |
RuleTypeSettings.withThirdPartyConfigurationUrl(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleType.setSettings(RuleTypeSettings settings)
Returns information about the settings for a rule type.
|
RuleType |
RuleType.withSettings(RuleTypeSettings settings)
Returns information about the settings for a rule type.
|
Copyright © 2025. All rights reserved.