Interface SubjectAlternativeNameMatchers.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SubjectAlternativeNameMatchers.Builder,SubjectAlternativeNameMatchers>,SdkBuilder<SubjectAlternativeNameMatchers.Builder,SubjectAlternativeNameMatchers>,SdkPojo
- Enclosing class:
- SubjectAlternativeNameMatchers
public static interface SubjectAlternativeNameMatchers.Builder extends SdkPojo, CopyableBuilder<SubjectAlternativeNameMatchers.Builder,SubjectAlternativeNameMatchers>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubjectAlternativeNameMatchers.Builderexact(String... exact)The values sent must match the specified values exactly.SubjectAlternativeNameMatchers.Builderexact(Collection<String> exact)The values sent must match the specified values exactly.-
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, sdkFields
-
-
-
-
Method Detail
-
exact
SubjectAlternativeNameMatchers.Builder exact(Collection<String> exact)
The values sent must match the specified values exactly.
- Parameters:
exact- The values sent must match the specified values exactly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exact
SubjectAlternativeNameMatchers.Builder exact(String... exact)
The values sent must match the specified values exactly.
- Parameters:
exact- The values sent must match the specified values exactly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-