public static interface LabelMatchStatement.Builder extends SdkPojo, CopyableBuilder<LabelMatchStatement.Builder,LabelMatchStatement>
| Modifier and Type | Method and Description |
|---|---|
LabelMatchStatement.Builder |
key(String key)
The string to match against.
|
LabelMatchStatement.Builder |
scope(LabelMatchScope scope)
Specify whether you want to match using the label name or just the namespace.
|
LabelMatchStatement.Builder |
scope(String scope)
Specify whether you want to match using the label name or just the namespace.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLabelMatchStatement.Builder scope(String scope)
Specify whether you want to match using the label name or just the namespace.
scope - Specify whether you want to match using the label name or just the namespace.LabelMatchScope,
LabelMatchScopeLabelMatchStatement.Builder scope(LabelMatchScope scope)
Specify whether you want to match using the label name or just the namespace.
scope - Specify whether you want to match using the label name or just the namespace.LabelMatchScope,
LabelMatchScopeLabelMatchStatement.Builder key(String key)
The string to match against. The setting you provide for this depends on the match statement's
Scope setting:
If the Scope indicates LABEL, then this specification must include the name and can
include any number of preceding namespace specifications and prefix up to providing the fully qualified label
name.
If the Scope indicates NAMESPACE, then this specification can include any number of
contiguous namespace strings, and can include the entire label namespace prefix from the rule group or web
ACL where the label originates.
Labels are case sensitive and components of a label must be separated by colon, for example
NS1:NS2:name.
key - The string to match against. The setting you provide for this depends on the match statement's
Scope setting:
If the Scope indicates LABEL, then this specification must include the name
and can include any number of preceding namespace specifications and prefix up to providing the fully
qualified label name.
If the Scope indicates NAMESPACE, then this specification can include any
number of contiguous namespace strings, and can include the entire label namespace prefix from the
rule group or web ACL where the label originates.
Labels are case sensitive and components of a label must be separated by colon, for example
NS1:NS2:name.
Copyright © 2023. All rights reserved.