Interface PutRuleGroupsNamespaceResponse.Builder
-
- All Superinterfaces:
AmpResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<PutRuleGroupsNamespaceResponse.Builder,PutRuleGroupsNamespaceResponse>,SdkBuilder<PutRuleGroupsNamespaceResponse.Builder,PutRuleGroupsNamespaceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutRuleGroupsNamespaceResponse
public static interface PutRuleGroupsNamespaceResponse.Builder extends AmpResponse.Builder, SdkPojo, CopyableBuilder<PutRuleGroupsNamespaceResponse.Builder,PutRuleGroupsNamespaceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PutRuleGroupsNamespaceResponse.Builderarn(String arn)The ARN of the rule groups namespace.PutRuleGroupsNamespaceResponse.Buildername(String name)The name of the rule groups namespace that was updated.default PutRuleGroupsNamespaceResponse.Builderstatus(Consumer<RuleGroupsNamespaceStatus.Builder> status)A structure that includes the current status of the rule groups namespace.PutRuleGroupsNamespaceResponse.Builderstatus(RuleGroupsNamespaceStatus status)A structure that includes the current status of the rule groups namespace.PutRuleGroupsNamespaceResponse.Buildertags(Map<String,String> tags)The list of tag keys and values that are associated with the 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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
PutRuleGroupsNamespaceResponse.Builder arn(String arn)
The ARN of the rule groups namespace.
- Parameters:
arn- The ARN of the rule groups namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
PutRuleGroupsNamespaceResponse.Builder name(String name)
The name of the rule groups namespace that was updated.
- Parameters:
name- The name of the rule groups namespace that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
PutRuleGroupsNamespaceResponse.Builder status(RuleGroupsNamespaceStatus status)
A structure that includes the current status of the rule groups namespace.
- Parameters:
status- A structure that includes the current status of the rule groups namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
default PutRuleGroupsNamespaceResponse.Builder status(Consumer<RuleGroupsNamespaceStatus.Builder> status)
A structure that includes the current status of the 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)
-
tags
PutRuleGroupsNamespaceResponse.Builder tags(Map<String,String> tags)
The list of tag keys and values that are associated with the namespace.
- Parameters:
tags- The list of tag keys and values that are associated with the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-