Interface RuleGroupsNamespaceDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RuleGroupsNamespaceDescription.Builder,
,RuleGroupsNamespaceDescription> SdkBuilder<RuleGroupsNamespaceDescription.Builder,
,RuleGroupsNamespaceDescription> SdkPojo
- Enclosing class:
RuleGroupsNamespaceDescription
public static interface RuleGroupsNamespaceDescription.Builder
extends SdkPojo, CopyableBuilder<RuleGroupsNamespaceDescription.Builder,RuleGroupsNamespaceDescription>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of this rule groups namespace.The time when the rule groups namespace was created.The rule groups namespace data.modifiedAt
(Instant modifiedAt) The time when the rule groups namespace was modified.The rule groups namespace name.The status of rule groups namespace.status
(RuleGroupsNamespaceStatus status) The status of rule groups namespace.The tags of this rule groups namespace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of this rule groups namespace.
- Parameters:
arn
- The Amazon Resource Name (ARN) of this rule groups namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The rule groups namespace name.
- Parameters:
name
- The rule groups namespace name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of rule groups namespace.
- Parameters:
status
- The status of rule groups namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
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 viaRuleGroupsNamespaceStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostatus(RuleGroupsNamespaceStatus)
.- Parameters:
status
- a consumer that will call methods onRuleGroupsNamespaceStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
data
The rule groups namespace data.
- Parameters:
data
- The rule groups namespace data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time when the rule groups namespace was created.
- Parameters:
createdAt
- The time when the rule groups namespace was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedAt
The time when the rule groups namespace was modified.
- Parameters:
modifiedAt
- The time when the rule groups namespace was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags of this rule groups namespace.
- Parameters:
tags
- The tags of this rule groups namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-