Interface DeleteFirewallManagerRuleGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteFirewallManagerRuleGroupsRequest.Builder,DeleteFirewallManagerRuleGroupsRequest>,SdkBuilder<DeleteFirewallManagerRuleGroupsRequest.Builder,DeleteFirewallManagerRuleGroupsRequest>,SdkPojo,SdkRequest.Builder,Wafv2Request.Builder
- Enclosing class:
- DeleteFirewallManagerRuleGroupsRequest
public static interface DeleteFirewallManagerRuleGroupsRequest.Builder extends Wafv2Request.Builder, SdkPojo, CopyableBuilder<DeleteFirewallManagerRuleGroupsRequest.Builder,DeleteFirewallManagerRuleGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteFirewallManagerRuleGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteFirewallManagerRuleGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteFirewallManagerRuleGroupsRequest.BuilderwebACLArn(String webACLArn)The Amazon Resource Name (ARN) of the web ACL.DeleteFirewallManagerRuleGroupsRequest.BuilderwebACLLockToken(String webACLLockToken)A token used for optimistic locking.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.wafv2.model.Wafv2Request.Builder
build
-
-
-
-
Method Detail
-
webACLArn
DeleteFirewallManagerRuleGroupsRequest.Builder webACLArn(String webACLArn)
The Amazon Resource Name (ARN) of the web ACL.
- Parameters:
webACLArn- The Amazon Resource Name (ARN) of the web ACL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webACLLockToken
DeleteFirewallManagerRuleGroupsRequest.Builder webACLLockToken(String webACLLockToken)
A token used for optimistic locking. WAF returns a token to your
getandlistrequests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations likeupdateanddelete. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with aWAFOptimisticLockException. If this happens, perform anotherget, and use the new token returned by that operation.- Parameters:
webACLLockToken- A token used for optimistic locking. WAF returns a token to yourgetandlistrequests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations likeupdateanddelete. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with aWAFOptimisticLockException. If this happens, perform anotherget, and use the new token returned by that operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteFirewallManagerRuleGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteFirewallManagerRuleGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-