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