public static interface GetWebAclResponse.Builder extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<GetWebAclResponse.Builder,GetWebAclResponse>
| Modifier and Type | Method and Description |
|---|---|
GetWebAclResponse.Builder |
applicationIntegrationURL(String applicationIntegrationURL)
The URL to use in SDK integrations with Amazon Web Services managed rule groups.
|
GetWebAclResponse.Builder |
lockToken(String lockToken)
A token used for optimistic locking.
|
default GetWebAclResponse.Builder |
webACL(Consumer<WebACL.Builder> webACL)
The web ACL specification.
|
GetWebAclResponse.Builder |
webACL(WebACL webACL)
The web ACL specification.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWebAclResponse.Builder webACL(WebACL webACL)
The web ACL specification. You can modify the settings in this web ACL and use it to update this web ACL or create a new one.
webACL - The web ACL specification. You can modify the settings in this web ACL and use it to update this web
ACL or create a new one.default GetWebAclResponse.Builder webACL(Consumer<WebACL.Builder> webACL)
The web ACL specification. You can modify the settings in this web ACL and use it to update this web ACL or create a new one.
This is a convenience method that creates an instance of theWebACL.Builder avoiding the need to
create one manually via WebACL.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to webACL(WebACL).
webACL - a consumer that will call methods on WebACL.BuilderwebACL(WebACL)GetWebAclResponse.Builder lockToken(String lockToken)
A token used for optimistic locking. WAF returns a token to your get and list
requests, 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 like update and
delete. 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 a WAFOptimisticLockException. If
this happens, perform another get, and use the new token returned by that operation.
lockToken - A token used for optimistic locking. WAF returns a token to your get and
list requests, 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 like
update and delete. 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 a
WAFOptimisticLockException. If this happens, perform another get, and use
the new token returned by that operation.GetWebAclResponse.Builder applicationIntegrationURL(String applicationIntegrationURL)
The URL to use in SDK integrations with Amazon Web Services managed rule groups. For example, you can use the
integration SDKs with the account takeover prevention managed rule group
AWSManagedRulesATPRuleSet and the account creation fraud prevention managed rule group
AWSManagedRulesACFPRuleSet. This is only populated if you are using a rule group in your web ACL
that integrates with your applications in this way. For more information, see WAF client
application integration in the WAF Developer Guide.
applicationIntegrationURL - The URL to use in SDK integrations with Amazon Web Services managed rule groups. For example, you can
use the integration SDKs with the account takeover prevention managed rule group
AWSManagedRulesATPRuleSet and the account creation fraud prevention managed rule group
AWSManagedRulesACFPRuleSet. This is only populated if you are using a rule group in your
web ACL that integrates with your applications in this way. For more information, see WAF
client application integration in the WAF Developer Guide.Copyright © 2023. All rights reserved.