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