Interface CreateRuleGroupsNamespaceResponse.Builder
- All Superinterfaces:
AmpResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateRuleGroupsNamespaceResponse.Builder,
,CreateRuleGroupsNamespaceResponse> SdkBuilder<CreateRuleGroupsNamespaceResponse.Builder,
,CreateRuleGroupsNamespaceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateRuleGroupsNamespaceResponse
public static interface CreateRuleGroupsNamespaceResponse.Builder
extends AmpResponse.Builder, SdkPojo, CopyableBuilder<CreateRuleGroupsNamespaceResponse.Builder,CreateRuleGroupsNamespaceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of this rule groups namespace.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.services.amp.model.AmpResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
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.
-
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 CreateRuleGroupsNamespaceResponse.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:
-
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.
-