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
Modifier and TypeMethodDescriptionclientToken
(String clientToken) A unique identifier that you can provide to ensure the idempotency of the request.The rules file to use in the new namespace.The name for the new rule groups namespace.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The list of tag keys and values to associate with the rule groups namespace.workspaceId
(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 Details
-
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
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateRuleGroupsNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-