static RuleDeclaration.Builder |
RuleDeclaration.builder() |
|
RuleDeclaration.Builder |
RuleDeclaration.Builder.commands(String... commands) |
The shell commands to run with your commands rule in CodePipeline.
|
RuleDeclaration.Builder |
RuleDeclaration.Builder.commands(Collection<String> commands) |
The shell commands to run with your commands rule in CodePipeline.
|
RuleDeclaration.Builder |
RuleDeclaration.Builder.configuration(Map<String,String> configuration) |
The action configuration fields for the rule.
|
RuleDeclaration.Builder |
RuleDeclaration.Builder.inputArtifacts(Collection<InputArtifact> inputArtifacts) |
The input artifacts fields for the rule, such as specifying an input file for the rule.
|
RuleDeclaration.Builder |
RuleDeclaration.Builder.inputArtifacts(Consumer<InputArtifact.Builder>... inputArtifacts) |
The input artifacts fields for the rule, such as specifying an input file for the rule.
|
RuleDeclaration.Builder |
RuleDeclaration.Builder.inputArtifacts(InputArtifact... inputArtifacts) |
The input artifacts fields for the rule, such as specifying an input file for the rule.
|
RuleDeclaration.Builder |
RuleDeclaration.Builder.name(String name) |
The name of the rule that is created for the condition, such as VariableCheck.
|
RuleDeclaration.Builder |
RuleDeclaration.Builder.region(String region) |
The Region for the condition associated with the rule.
|
RuleDeclaration.Builder |
RuleDeclaration.Builder.roleArn(String roleArn) |
The pipeline role ARN associated with the rule.
|
default RuleDeclaration.Builder |
RuleDeclaration.Builder.ruleTypeId(Consumer<RuleTypeId.Builder> ruleTypeId) |
The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
|
RuleDeclaration.Builder |
RuleDeclaration.Builder.ruleTypeId(RuleTypeId ruleTypeId) |
The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
|
RuleDeclaration.Builder |
RuleDeclaration.Builder.timeoutInMinutes(Integer timeoutInMinutes) |
The action timeout for the rule.
|
RuleDeclaration.Builder |
RuleDeclaration.toBuilder() |
|