static RuleType.Builder |
RuleType.builder() |
|
default RuleType.Builder |
RuleType.Builder.id(Consumer<RuleTypeId.Builder> id) |
Represents information about a rule type.
|
RuleType.Builder |
RuleType.Builder.id(RuleTypeId id) |
Represents information about a rule type.
|
default RuleType.Builder |
RuleType.Builder.inputArtifactDetails(Consumer<ArtifactDetails.Builder> inputArtifactDetails) |
Sets the value of the InputArtifactDetails property for this object.
|
RuleType.Builder |
RuleType.Builder.inputArtifactDetails(ArtifactDetails inputArtifactDetails) |
Sets the value of the InputArtifactDetails property for this object.
|
RuleType.Builder |
RuleType.Builder.ruleConfigurationProperties(Collection<RuleConfigurationProperty> ruleConfigurationProperties) |
The configuration properties for the rule type.
|
RuleType.Builder |
RuleType.Builder.ruleConfigurationProperties(Consumer<RuleConfigurationProperty.Builder>... ruleConfigurationProperties) |
The configuration properties for the rule type.
|
RuleType.Builder |
RuleType.Builder.ruleConfigurationProperties(RuleConfigurationProperty... ruleConfigurationProperties) |
The configuration properties for the rule type.
|
default RuleType.Builder |
RuleType.Builder.settings(Consumer<RuleTypeSettings.Builder> settings) |
Returns information about the settings for a rule type.
|
RuleType.Builder |
RuleType.Builder.settings(RuleTypeSettings settings) |
Returns information about the settings for a rule type.
|
RuleType.Builder |
RuleType.toBuilder() |
|