@Stability(value=Stable) public static final class CfnCertificateAuthority.AccessMethodProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificateAuthority.AccessMethodProperty>
CfnCertificateAuthority.AccessMethodProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCertificateAuthority.AccessMethodProperty.Builder |
accessMethodType(String accessMethodType)
Sets the value of
CfnCertificateAuthority.AccessMethodProperty.getAccessMethodType() |
CfnCertificateAuthority.AccessMethodProperty |
build()
Builds the configured instance.
|
CfnCertificateAuthority.AccessMethodProperty.Builder |
customObjectIdentifier(String customObjectIdentifier)
Sets the value of
CfnCertificateAuthority.AccessMethodProperty.getCustomObjectIdentifier() |
@Stability(value=Stable) public CfnCertificateAuthority.AccessMethodProperty.Builder accessMethodType(String accessMethodType)
CfnCertificateAuthority.AccessMethodProperty.getAccessMethodType()accessMethodType - Specifies the `AccessMethod` .this@Stability(value=Stable) public CfnCertificateAuthority.AccessMethodProperty.Builder customObjectIdentifier(String customObjectIdentifier)
CfnCertificateAuthority.AccessMethodProperty.getCustomObjectIdentifier()customObjectIdentifier - An object identifier (OID) specifying the `AccessMethod` .
The OID must satisfy the regular expression shown below. For more information, see NIST's definition of Object Identifier (OID) .this@Stability(value=Stable) public CfnCertificateAuthority.AccessMethodProperty build()
build in interface software.amazon.jsii.Builder<CfnCertificateAuthority.AccessMethodProperty>CfnCertificateAuthority.AccessMethodPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.