public static interface SubjectAlternativeNames.Builder extends SdkPojo, CopyableBuilder<SubjectAlternativeNames.Builder,SubjectAlternativeNames>
| Modifier and Type | Method and Description |
|---|---|
default SubjectAlternativeNames.Builder |
match(Consumer<SubjectAlternativeNameMatchers.Builder> match)
An object that represents the criteria for determining a SANs match.
|
SubjectAlternativeNames.Builder |
match(SubjectAlternativeNameMatchers match)
An object that represents the criteria for determining a SANs match.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubjectAlternativeNames.Builder match(SubjectAlternativeNameMatchers match)
An object that represents the criteria for determining a SANs match.
match - An object that represents the criteria for determining a SANs match.default SubjectAlternativeNames.Builder match(Consumer<SubjectAlternativeNameMatchers.Builder> match)
An object that represents the criteria for determining a SANs match.
This is a convenience that creates an instance of theSubjectAlternativeNameMatchers.Builder avoiding
the need to create one manually via SubjectAlternativeNameMatchers.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to match(SubjectAlternativeNameMatchers).match - a consumer that will call methods on SubjectAlternativeNameMatchers.Buildermatch(SubjectAlternativeNameMatchers)Copyright © 2021. All rights reserved.