public static interface RuleGroupsNamespaceDescription.Builder extends SdkPojo, CopyableBuilder<RuleGroupsNamespaceDescription.Builder,RuleGroupsNamespaceDescription>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleGroupsNamespaceDescription.Builder arn(String arn)
The Amazon Resource Name (ARN) of this rule groups namespace.
arn - The Amazon Resource Name (ARN) of this rule groups namespace.RuleGroupsNamespaceDescription.Builder createdAt(Instant createdAt)
The time when the rule groups namespace was created.
createdAt - The time when the rule groups namespace was created.RuleGroupsNamespaceDescription.Builder data(SdkBytes data)
The rule groups namespace data.
data - The rule groups namespace data.RuleGroupsNamespaceDescription.Builder modifiedAt(Instant modifiedAt)
The time when the rule groups namespace was modified.
modifiedAt - The time when the rule groups namespace was modified.RuleGroupsNamespaceDescription.Builder name(String name)
The rule groups namespace name.
name - The rule groups namespace name.RuleGroupsNamespaceDescription.Builder status(RuleGroupsNamespaceStatus status)
The status of rule groups namespace.
status - The status of rule groups namespace.default RuleGroupsNamespaceDescription.Builder status(Consumer<RuleGroupsNamespaceStatus.Builder> status)
The status of rule groups namespace.
This is a convenience method that creates an instance of theRuleGroupsNamespaceStatus.Builder
avoiding the need to create one manually via RuleGroupsNamespaceStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to status(RuleGroupsNamespaceStatus).status - a consumer that will call methods on RuleGroupsNamespaceStatus.Builderstatus(RuleGroupsNamespaceStatus)RuleGroupsNamespaceDescription.Builder tags(Map<String,String> tags)
The tags of this rule groups namespace.
tags - The tags of this rule groups namespace.Copyright © 2022. All rights reserved.