Interface WebACLHasOutOfScopeResourcesViolation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WebACLHasOutOfScopeResourcesViolation.Builder,WebACLHasOutOfScopeResourcesViolation>,SdkBuilder<WebACLHasOutOfScopeResourcesViolation.Builder,WebACLHasOutOfScopeResourcesViolation>,SdkPojo
- Enclosing class:
- WebACLHasOutOfScopeResourcesViolation
public static interface WebACLHasOutOfScopeResourcesViolation.Builder extends SdkPojo, CopyableBuilder<WebACLHasOutOfScopeResourcesViolation.Builder,WebACLHasOutOfScopeResourcesViolation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebACLHasOutOfScopeResourcesViolation.BuilderoutOfScopeResourceList(String... outOfScopeResourceList)An array of Amazon Resource Name (ARN) for the resources that are out of scope of the policy and are associated with the web ACL.WebACLHasOutOfScopeResourcesViolation.BuilderoutOfScopeResourceList(Collection<String> outOfScopeResourceList)An array of Amazon Resource Name (ARN) for the resources that are out of scope of the policy and are associated with the web ACL.WebACLHasOutOfScopeResourcesViolation.BuilderwebACLArn(String webACLArn)The Amazon Resource Name (ARN) of the web ACL.-
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
-
-
-
-
Method Detail
-
webACLArn
WebACLHasOutOfScopeResourcesViolation.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.
-
outOfScopeResourceList
WebACLHasOutOfScopeResourcesViolation.Builder outOfScopeResourceList(Collection<String> outOfScopeResourceList)
An array of Amazon Resource Name (ARN) for the resources that are out of scope of the policy and are associated with the web ACL.
- Parameters:
outOfScopeResourceList- An array of Amazon Resource Name (ARN) for the resources that are out of scope of the policy and are associated with the web ACL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outOfScopeResourceList
WebACLHasOutOfScopeResourcesViolation.Builder outOfScopeResourceList(String... outOfScopeResourceList)
An array of Amazon Resource Name (ARN) for the resources that are out of scope of the policy and are associated with the web ACL.
- Parameters:
outOfScopeResourceList- An array of Amazon Resource Name (ARN) for the resources that are out of scope of the policy and are associated with the web ACL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-