Interface WebACLHasOutOfScopeResourcesViolation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WebACLHasOutOfScopeResourcesViolation.Builder,
,WebACLHasOutOfScopeResourcesViolation> SdkBuilder<WebACLHasOutOfScopeResourcesViolation.Builder,
,WebACLHasOutOfScopeResourcesViolation> SdkPojo
- Enclosing class:
WebACLHasOutOfScopeResourcesViolation
@Mutable
@NotThreadSafe
public static interface WebACLHasOutOfScopeResourcesViolation.Builder
extends SdkPojo, CopyableBuilder<WebACLHasOutOfScopeResourcesViolation.Builder,WebACLHasOutOfScopeResourcesViolation>
-
Method Summary
Modifier and TypeMethodDescriptionoutOfScopeResourceList
(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.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.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 Details
-
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.
-