Class CfnCertificateAuthorityActivationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.acmpca.CfnCertificateAuthorityActivationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCertificateAuthorityActivationMixinProps>
- Enclosing interface:
CfnCertificateAuthorityActivationMixinProps
@Stability(Stable)
public static final class CfnCertificateAuthorityActivationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCertificateAuthorityActivationMixinProps>
A builder for
CfnCertificateAuthorityActivationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.certificate(String certificate) Sets the value ofCfnCertificateAuthorityActivationMixinProps.getCertificate()certificateAuthorityArn(String certificateAuthorityArn) Sets the value ofCfnCertificateAuthorityActivationMixinProps.getCertificateAuthorityArn()certificateAuthorityArn(ICertificateAuthorityRef certificateAuthorityArn) Sets the value ofCfnCertificateAuthorityActivationMixinProps.getCertificateAuthorityArn()certificateChain(String certificateChain) Sets the value ofCfnCertificateAuthorityActivationMixinProps.getCertificateChain()Sets the value ofCfnCertificateAuthorityActivationMixinProps.getStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
certificate
@Stability(Stable) public CfnCertificateAuthorityActivationMixinProps.Builder certificate(String certificate) Sets the value ofCfnCertificateAuthorityActivationMixinProps.getCertificate()- Parameters:
certificate- The Base64 PEM-encoded certificate authority certificate.- Returns:
this
-
certificateAuthorityArn
@Stability(Stable) public CfnCertificateAuthorityActivationMixinProps.Builder certificateAuthorityArn(String certificateAuthorityArn) Sets the value ofCfnCertificateAuthorityActivationMixinProps.getCertificateAuthorityArn()- Parameters:
certificateAuthorityArn- The Amazon Resource Name (ARN) of your private CA.- Returns:
this
-
certificateAuthorityArn
@Stability(Stable) public CfnCertificateAuthorityActivationMixinProps.Builder certificateAuthorityArn(ICertificateAuthorityRef certificateAuthorityArn) Sets the value ofCfnCertificateAuthorityActivationMixinProps.getCertificateAuthorityArn()- Parameters:
certificateAuthorityArn- The Amazon Resource Name (ARN) of your private CA.- Returns:
this
-
certificateChain
@Stability(Stable) public CfnCertificateAuthorityActivationMixinProps.Builder certificateChain(String certificateChain) Sets the value ofCfnCertificateAuthorityActivationMixinProps.getCertificateChain()- Parameters:
certificateChain- The Base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.- Returns:
this
-
status
Sets the value ofCfnCertificateAuthorityActivationMixinProps.getStatus()- Parameters:
status- Status of your private CA.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCertificateAuthorityActivationMixinProps>- Returns:
- a new instance of
CfnCertificateAuthorityActivationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-