| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
| RuleDeclaration | RuleDeclaration. addConfigurationEntry(String key,
                     String value)Add a single Configuration entry | 
| RuleDeclaration | RuleDeclaration. clearConfigurationEntries()Removes all the entries added into Configuration. | 
| RuleDeclaration | RuleDeclaration. clone() | 
| RuleDeclaration | RuleDeclaration. withConfiguration(Map<String,String> configuration)
 The action configuration fields for the rule. | 
| RuleDeclaration | RuleDeclaration. withInputArtifacts(Collection<InputArtifact> inputArtifacts)
 The input artifacts fields for the rule, such as specifying an input file for the rule. | 
| RuleDeclaration | RuleDeclaration. withInputArtifacts(InputArtifact... inputArtifacts)
 The input artifacts fields for the rule, such as specifying an input file for the rule. | 
| RuleDeclaration | RuleDeclaration. withName(String name)
 The name of the rule that is created for the condition, such as CheckAllResults. | 
| RuleDeclaration | RuleDeclaration. withRegion(String region)
 The Region for the condition associated with the rule. | 
| RuleDeclaration | RuleDeclaration. withRoleArn(String roleArn)
 The pipeline role ARN associated with the rule. | 
| 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. | 
| RuleDeclaration | RuleDeclaration. withTimeoutInMinutes(Integer timeoutInMinutes)
 The action timeout for the rule. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<RuleDeclaration> | Condition. getRules()
 The rules that make up the condition. | 
| Modifier and Type | Method and Description | 
|---|---|
| Condition | Condition. withRules(RuleDeclaration... rules)
 The rules that make up the condition. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Condition. setRules(Collection<RuleDeclaration> rules)
 The rules that make up the condition. | 
| Condition | Condition. withRules(Collection<RuleDeclaration> rules)
 The rules that make up the condition. | 
Copyright © 2024. All rights reserved.