Class CfnVirtualNode.SubjectAlternativeNameMatchersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appmesh.CfnVirtualNode.SubjectAlternativeNameMatchersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVirtualNode.SubjectAlternativeNameMatchersProperty>
- Enclosing interface:
- CfnVirtualNode.SubjectAlternativeNameMatchersProperty
@Stability(Stable)
public static final class CfnVirtualNode.SubjectAlternativeNameMatchersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVirtualNode.SubjectAlternativeNameMatchersProperty>
A builder for
CfnVirtualNode.SubjectAlternativeNameMatchersProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnVirtualNode.SubjectAlternativeNameMatchersProperty.getExact()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
exact
@Stability(Stable) public CfnVirtualNode.SubjectAlternativeNameMatchersProperty.Builder exact(List<String> exact) Sets the value ofCfnVirtualNode.SubjectAlternativeNameMatchersProperty.getExact()
- Parameters:
exact
- The values sent must match the specified values exactly.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnVirtualNode.SubjectAlternativeNameMatchersProperty>
- Returns:
- a new instance of
CfnVirtualNode.SubjectAlternativeNameMatchersProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-