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
-
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 Detail
-
arn
RuleGroupsNamespaceDescription.Builder arn(String 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
RuleGroupsNamespaceDescription.Builder name(String 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
RuleGroupsNamespaceDescription.Builder status(RuleGroupsNamespaceStatus 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.Builderavoiding the need to create one manually viaRuleGroupsNamespaceStatus.builder().When the
Consumercompletes,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:
status(RuleGroupsNamespaceStatus)
-
data
RuleGroupsNamespaceDescription.Builder data(SdkBytes 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
RuleGroupsNamespaceDescription.Builder createdAt(Instant 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
RuleGroupsNamespaceDescription.Builder modifiedAt(Instant 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
RuleGroupsNamespaceDescription.Builder tags(Map<String,String> 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.
-
-