static RuleConfigurationProperty.Builder |
RuleConfigurationProperty.builder() |
|
RuleConfigurationProperty.Builder |
RuleConfigurationProperty.Builder.description(String description) |
The description of the action configuration property that is displayed to users.
|
RuleConfigurationProperty.Builder |
RuleConfigurationProperty.Builder.key(Boolean key) |
Whether the configuration property is a key.
|
RuleConfigurationProperty.Builder |
RuleConfigurationProperty.Builder.name(String name) |
The name of the rule configuration property.
|
RuleConfigurationProperty.Builder |
RuleConfigurationProperty.Builder.queryable(Boolean queryable) |
Indicates whether the property can be queried.
|
RuleConfigurationProperty.Builder |
RuleConfigurationProperty.Builder.required(Boolean required) |
Whether the configuration property is a required value.
|
RuleConfigurationProperty.Builder |
RuleConfigurationProperty.Builder.secret(Boolean secret) |
Whether the configuration property is secret.
|
RuleConfigurationProperty.Builder |
RuleConfigurationProperty.toBuilder() |
|
RuleConfigurationProperty.Builder |
RuleConfigurationProperty.Builder.type(String type) |
The type of the configuration property.
|
RuleConfigurationProperty.Builder |
RuleConfigurationProperty.Builder.type(RuleConfigurationPropertyType type) |
The type of the configuration property.
|