public static interface SubjectAlternativeNameMatchers.Builder extends SdkPojo, CopyableBuilder<SubjectAlternativeNameMatchers.Builder,SubjectAlternativeNameMatchers>
| Modifier and Type | Method and Description |
|---|---|
SubjectAlternativeNameMatchers.Builder |
exact(Collection<String> exact)
The values sent must match the specified values exactly.
|
SubjectAlternativeNameMatchers.Builder |
exact(String... exact)
The values sent must match the specified values exactly.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubjectAlternativeNameMatchers.Builder exact(Collection<String> exact)
The values sent must match the specified values exactly.
exact - The values sent must match the specified values exactly.SubjectAlternativeNameMatchers.Builder exact(String... exact)
The values sent must match the specified values exactly.
exact - The values sent must match the specified values exactly.Copyright © 2021. All rights reserved.