static RuleExecutionInput.Builder |
RuleExecutionInput.builder() |
|
RuleExecutionInput.Builder |
RuleExecutionInput.Builder.configuration(Map<String,String> configuration) |
Configuration data for a rule execution, such as the resolved values for that run.
|
RuleExecutionInput.Builder |
RuleExecutionInput.Builder.inputArtifacts(Collection<ArtifactDetail> inputArtifacts) |
Details of input artifacts of the rule that correspond to the rule execution.
|
RuleExecutionInput.Builder |
RuleExecutionInput.Builder.inputArtifacts(Consumer<ArtifactDetail.Builder>... inputArtifacts) |
Details of input artifacts of the rule that correspond to the rule execution.
|
RuleExecutionInput.Builder |
RuleExecutionInput.Builder.inputArtifacts(ArtifactDetail... inputArtifacts) |
Details of input artifacts of the rule that correspond to the rule execution.
|
RuleExecutionInput.Builder |
RuleExecutionInput.Builder.region(String region) |
The Amazon Web Services Region for the rule, such as us-east-1.
|
RuleExecutionInput.Builder |
RuleExecutionInput.Builder.resolvedConfiguration(Map<String,String> resolvedConfiguration) |
Configuration data for a rule execution with all variable references replaced with their real values for the
execution.
|
RuleExecutionInput.Builder |
RuleExecutionInput.Builder.roleArn(String roleArn) |
The ARN of the IAM service role that performs the declared rule.
|
default RuleExecutionInput.Builder |
RuleExecutionInput.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.
|
RuleExecutionInput.Builder |
RuleExecutionInput.Builder.ruleTypeId(RuleTypeId ruleTypeId) |
The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
|
RuleExecutionInput.Builder |
RuleExecutionInput.toBuilder() |
|