Interface SubjectAlternativeNames.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SubjectAlternativeNames.Builder,,SubjectAlternativeNames> SdkBuilder<SubjectAlternativeNames.Builder,,SubjectAlternativeNames> SdkPojo
- Enclosing class:
 SubjectAlternativeNames
public static interface SubjectAlternativeNames.Builder
extends SdkPojo, CopyableBuilder<SubjectAlternativeNames.Builder,SubjectAlternativeNames> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault SubjectAlternativeNames.BuilderAn object that represents the criteria for determining a SANs match.An object that represents the criteria for determining a SANs match.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
match
An object that represents the criteria for determining a SANs match.
- Parameters:
 match- An object that represents the criteria for determining a SANs match.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
match
default SubjectAlternativeNames.Builder match(Consumer<SubjectAlternativeNameMatchers.Builder> match) An object that represents the criteria for determining a SANs match.
This is a convenience method that creates an instance of theSubjectAlternativeNameMatchers.Builderavoiding the need to create one manually viaSubjectAlternativeNameMatchers.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomatch(SubjectAlternativeNameMatchers).- Parameters:
 match- a consumer that will call methods onSubjectAlternativeNameMatchers.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -