static DescribeRuleGroupMetadataResponse.Builder |
DescribeRuleGroupMetadataResponse.builder() |
|
DescribeRuleGroupMetadataResponse.Builder |
DescribeRuleGroupMetadataResponse.Builder.capacity(Integer capacity) |
The maximum operating resources that this rule group can use.
|
DescribeRuleGroupMetadataResponse.Builder |
DescribeRuleGroupMetadataResponse.Builder.description(String description) |
Returns the metadata objects for the specified rule group.
|
DescribeRuleGroupMetadataResponse.Builder |
DescribeRuleGroupMetadataResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
The last time that the rule group was changed.
|
DescribeRuleGroupMetadataResponse.Builder |
DescribeRuleGroupMetadataResponse.Builder.ruleGroupArn(String ruleGroupArn) |
The descriptive name of the rule group.
|
DescribeRuleGroupMetadataResponse.Builder |
DescribeRuleGroupMetadataResponse.Builder.ruleGroupName(String ruleGroupName) |
The descriptive name of the rule group.
|
default DescribeRuleGroupMetadataResponse.Builder |
DescribeRuleGroupMetadataResponse.Builder.statefulRuleOptions(Consumer<StatefulRuleOptions.Builder> statefulRuleOptions) |
Sets the value of the StatefulRuleOptions property for this object.
|
DescribeRuleGroupMetadataResponse.Builder |
DescribeRuleGroupMetadataResponse.Builder.statefulRuleOptions(StatefulRuleOptions statefulRuleOptions) |
Sets the value of the StatefulRuleOptions property for this object.
|
DescribeRuleGroupMetadataResponse.Builder |
DescribeRuleGroupMetadataResponse.toBuilder() |
|
DescribeRuleGroupMetadataResponse.Builder |
DescribeRuleGroupMetadataResponse.Builder.type(String type) |
Indicates whether the rule group is stateless or stateful.
|
DescribeRuleGroupMetadataResponse.Builder |
DescribeRuleGroupMetadataResponse.Builder.type(RuleGroupType type) |
Indicates whether the rule group is stateless or stateful.
|