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 Amazon Resource Name (ARN) of this rule groups namespace.PutRuleGroupsNamespaceResponse.Buildername(String name)The rule groups namespace name.default PutRuleGroupsNamespaceResponse.Builderstatus(Consumer<RuleGroupsNamespaceStatus.Builder> status)The status of rule groups namespace.PutRuleGroupsNamespaceResponse.Builderstatus(RuleGroupsNamespaceStatus status)The status of rule groups namespace.PutRuleGroupsNamespaceResponse.Buildertags(Map<String,String> tags)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 Detail
-
name
PutRuleGroupsNamespaceResponse.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.
-
arn
PutRuleGroupsNamespaceResponse.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.
-
status
PutRuleGroupsNamespaceResponse.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 PutRuleGroupsNamespaceResponse.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)
-
tags
PutRuleGroupsNamespaceResponse.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.
-
-