Class CfnVirtualGateway.SubjectAlternativeNamesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appmesh.CfnVirtualGateway.SubjectAlternativeNamesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVirtualGateway.SubjectAlternativeNamesProperty>
- Enclosing interface:
CfnVirtualGateway.SubjectAlternativeNamesProperty
@Stability(Stable)
public static final class CfnVirtualGateway.SubjectAlternativeNamesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVirtualGateway.SubjectAlternativeNamesProperty>
A builder for
CfnVirtualGateway.SubjectAlternativeNamesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.match
(IResolvable match) Sets the value ofCfnVirtualGateway.SubjectAlternativeNamesProperty.getMatch()
Sets the value ofCfnVirtualGateway.SubjectAlternativeNamesProperty.getMatch()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
match
@Stability(Stable) public CfnVirtualGateway.SubjectAlternativeNamesProperty.Builder match(IResolvable match) Sets the value ofCfnVirtualGateway.SubjectAlternativeNamesProperty.getMatch()
- Parameters:
match
- An object that represents the criteria for determining a SANs match. This parameter is required.- Returns:
this
-
match
@Stability(Stable) public CfnVirtualGateway.SubjectAlternativeNamesProperty.Builder match(CfnVirtualGateway.SubjectAlternativeNameMatchersProperty match) Sets the value ofCfnVirtualGateway.SubjectAlternativeNamesProperty.getMatch()
- Parameters:
match
- An object that represents the criteria for determining a SANs match. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnVirtualGateway.SubjectAlternativeNamesProperty>
- Returns:
- a new instance of
CfnVirtualGateway.SubjectAlternativeNamesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-