Class CfnCertificateAuthorityPropsMixin.AccessMethodProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.acmpca.CfnCertificateAuthorityPropsMixin.AccessMethodProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCertificateAuthorityPropsMixin.AccessMethodProperty>
- Enclosing interface:
CfnCertificateAuthorityPropsMixin.AccessMethodProperty
@Stability(Stable)
public static final class CfnCertificateAuthorityPropsMixin.AccessMethodProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCertificateAuthorityPropsMixin.AccessMethodProperty>
A builder for
CfnCertificateAuthorityPropsMixin.AccessMethodProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessMethodType(String accessMethodType) build()Builds the configured instance.customObjectIdentifier(String customObjectIdentifier)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accessMethodType
@Stability(Stable) public CfnCertificateAuthorityPropsMixin.AccessMethodProperty.Builder accessMethodType(String accessMethodType) - Parameters:
accessMethodType- Specifies theAccessMethod.- Returns:
this
-
customObjectIdentifier
@Stability(Stable) public CfnCertificateAuthorityPropsMixin.AccessMethodProperty.Builder customObjectIdentifier(String customObjectIdentifier) Sets the value ofCfnCertificateAuthorityPropsMixin.AccessMethodProperty.getCustomObjectIdentifier()- Parameters:
customObjectIdentifier- An object identifier (OID) specifying theAccessMethod. The OID must satisfy the regular expression shown below. For more information, see NIST's definition of Object Identifier (OID) .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCertificateAuthorityPropsMixin.AccessMethodProperty>- Returns:
- a new instance of
CfnCertificateAuthorityPropsMixin.AccessMethodProperty - Throws:
NullPointerException- if any required attribute was not provided
-