Class CfnCertificateAuthorityActivation.Builder
java.lang.Object
software.amazon.awscdk.services.acmpca.CfnCertificateAuthorityActivation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCertificateAuthorityActivation>
- Enclosing class:
CfnCertificateAuthorityActivation
@Stability(Stable)
public static final class CfnCertificateAuthorityActivation.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCertificateAuthorityActivation>
A fluent builder for
CfnCertificateAuthorityActivation
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
certificate
(String certificate) The Base64 PEM-encoded certificate authority certificate.certificateAuthorityArn
(String certificateAuthorityArn) The Amazon Resource Name (ARN) of your private CA.certificateChain
(String certificateChain) The Base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.Status of your private CA.
-
Method Details
-
create
@Stability(Stable) public static CfnCertificateAuthorityActivation.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnCertificateAuthorityActivation.Builder
.
-
certificate
The Base64 PEM-encoded certificate authority certificate.- Parameters:
certificate
- The Base64 PEM-encoded certificate authority certificate. This parameter is required.- Returns:
this
- See Also:
-
certificateAuthorityArn
@Stability(Stable) public CfnCertificateAuthorityActivation.Builder certificateAuthorityArn(String certificateAuthorityArn) The Amazon Resource Name (ARN) of your private CA.- Parameters:
certificateAuthorityArn
- The Amazon Resource Name (ARN) of your private CA. This parameter is required.- Returns:
this
- See Also:
-
certificateChain
@Stability(Stable) public CfnCertificateAuthorityActivation.Builder certificateChain(String certificateChain) The Base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.- 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. This parameter is required.- Returns:
this
- See Also:
-
status
Status of your private CA.- Parameters:
status
- Status of your private CA. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnCertificateAuthorityActivation>
- Returns:
- a newly built instance of
CfnCertificateAuthorityActivation
.
-