Class CfnCertificatePropsMixin.OtherNameProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.acmpca.CfnCertificatePropsMixin.OtherNameProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCertificatePropsMixin.OtherNameProperty>
- Enclosing interface:
CfnCertificatePropsMixin.OtherNameProperty
@Stability(Stable)
public static final class CfnCertificatePropsMixin.OtherNameProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCertificatePropsMixin.OtherNameProperty>
A builder for
CfnCertificatePropsMixin.OtherNameProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCertificatePropsMixin.OtherNameProperty.getTypeId()Sets the value ofCfnCertificatePropsMixin.OtherNameProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
typeId
Sets the value ofCfnCertificatePropsMixin.OtherNameProperty.getTypeId()- Parameters:
typeId- Specifies an OID.- Returns:
this
-
value
Sets the value ofCfnCertificatePropsMixin.OtherNameProperty.getValue()- Parameters:
value- Specifies an OID value.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCertificatePropsMixin.OtherNameProperty>- Returns:
- a new instance of
CfnCertificatePropsMixin.OtherNameProperty - Throws:
NullPointerException- if any required attribute was not provided
-