| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
RuleTypeId |
RuleTypeId.clone() |
RuleTypeId |
RuleType.getId()
Represents information about a rule type.
|
RuleTypeId |
RuleDeclaration.getRuleTypeId()
The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
|
RuleTypeId |
RuleExecutionInput.getRuleTypeId()
The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
|
RuleTypeId |
RuleTypeId.withCategory(RuleCategory category)
A category defines what kind of rule can be run in the stage, and constrains the provider type for the rule.
|
RuleTypeId |
RuleTypeId.withCategory(String category)
A category defines what kind of rule can be run in the stage, and constrains the provider type for the rule.
|
RuleTypeId |
RuleTypeId.withOwner(RuleOwner owner)
The creator of the rule being called.
|
RuleTypeId |
RuleTypeId.withOwner(String owner)
The creator of the rule being called.
|
RuleTypeId |
RuleTypeId.withProvider(String provider)
The provider of the service being called by the rule.
|
RuleTypeId |
RuleTypeId.withVersion(String version)
A string that describes the rule version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleType.setId(RuleTypeId id)
Represents information about a rule type.
|
void |
RuleDeclaration.setRuleTypeId(RuleTypeId ruleTypeId)
The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
|
void |
RuleExecutionInput.setRuleTypeId(RuleTypeId ruleTypeId)
The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
|
RuleType |
RuleType.withId(RuleTypeId id)
Represents information about a rule type.
|
RuleDeclaration |
RuleDeclaration.withRuleTypeId(RuleTypeId ruleTypeId)
The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
|
RuleExecutionInput |
RuleExecutionInput.withRuleTypeId(RuleTypeId ruleTypeId)
The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
|
Copyright © 2025. All rights reserved.