Interface CreateRuleGroupsNamespaceRequest.Builder
-
- All Superinterfaces:
AmpRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateRuleGroupsNamespaceRequest.Builder,CreateRuleGroupsNamespaceRequest>,SdkBuilder<CreateRuleGroupsNamespaceRequest.Builder,CreateRuleGroupsNamespaceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateRuleGroupsNamespaceRequest
public static interface CreateRuleGroupsNamespaceRequest.Builder extends AmpRequest.Builder, SdkPojo, CopyableBuilder<CreateRuleGroupsNamespaceRequest.Builder,CreateRuleGroupsNamespaceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRuleGroupsNamespaceRequest.BuilderclientToken(String clientToken)A unique identifier that you can provide to ensure the idempotency of the request.CreateRuleGroupsNamespaceRequest.Builderdata(SdkBytes data)The rules file to use in the new namespace.CreateRuleGroupsNamespaceRequest.Buildername(String name)The name for the new rule groups namespace.CreateRuleGroupsNamespaceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateRuleGroupsNamespaceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateRuleGroupsNamespaceRequest.Buildertags(Map<String,String> tags)The list of tag keys and values to associate with the rule groups namespace.CreateRuleGroupsNamespaceRequest.BuilderworkspaceId(String workspaceId)The ID of the workspace to add the rule groups namespace.-
Methods inherited from interface software.amazon.awssdk.services.amp.model.AmpRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
clientToken
CreateRuleGroupsNamespaceRequest.Builder clientToken(String clientToken)
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
- Parameters:
clientToken- A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
data
CreateRuleGroupsNamespaceRequest.Builder data(SdkBytes data)
The rules file to use in the new namespace.
Contains the base64-encoded version of the YAML rules file.
For details about the rule groups namespace structure, see RuleGroupsNamespaceData.
- Parameters:
data- The rules file to use in the new namespace.Contains the base64-encoded version of the YAML rules file.
For details about the rule groups namespace structure, see RuleGroupsNamespaceData.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateRuleGroupsNamespaceRequest.Builder name(String name)
The name for the new rule groups namespace.
- Parameters:
name- The name for the new rule groups namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateRuleGroupsNamespaceRequest.Builder tags(Map<String,String> tags)
The list of tag keys and values to associate with the rule groups namespace.
- Parameters:
tags- The list of tag keys and values to associate with the rule groups namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceId
CreateRuleGroupsNamespaceRequest.Builder workspaceId(String workspaceId)
The ID of the workspace to add the rule groups namespace.
- Parameters:
workspaceId- The ID of the workspace to add the rule groups namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateRuleGroupsNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateRuleGroupsNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-