| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
RuleType |
RuleType.clone() |
RuleType |
RuleType.withId(RuleTypeId id)
Represents information about a rule type.
|
RuleType |
RuleType.withInputArtifactDetails(ArtifactDetails inputArtifactDetails) |
RuleType |
RuleType.withRuleConfigurationProperties(Collection<RuleConfigurationProperty> ruleConfigurationProperties)
The configuration properties for the rule type.
|
RuleType |
RuleType.withRuleConfigurationProperties(RuleConfigurationProperty... ruleConfigurationProperties)
The configuration properties for the rule type.
|
RuleType |
RuleType.withSettings(RuleTypeSettings settings)
Returns information about the settings for a rule type.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleType> |
ListRuleTypesResult.getRuleTypes()
Lists the rules that are configured for the condition.
|
| Modifier and Type | Method and Description |
|---|---|
ListRuleTypesResult |
ListRuleTypesResult.withRuleTypes(RuleType... ruleTypes)
Lists the rules that are configured for the condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRuleTypesResult.setRuleTypes(Collection<RuleType> ruleTypes)
Lists the rules that are configured for the condition.
|
ListRuleTypesResult |
ListRuleTypesResult.withRuleTypes(Collection<RuleType> ruleTypes)
Lists the rules that are configured for the condition.
|
Copyright © 2025. All rights reserved.