Class CertificateManagerTrustConfigAllowlistedCertificates.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.certificate_manager_trust_config.CertificateManagerTrustConfigAllowlistedCertificates.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<CertificateManagerTrustConfigAllowlistedCertificates>
- Enclosing interface:
- CertificateManagerTrustConfigAllowlistedCertificates
@Stability(Stable) public static final class CertificateManagerTrustConfigAllowlistedCertificates.Builder extends Object implements software.amazon.jsii.Builder<CertificateManagerTrustConfigAllowlistedCertificates>
A builder forCertificateManagerTrustConfigAllowlistedCertificates
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateManagerTrustConfigAllowlistedCertificatesbuild()Builds the configured instance.CertificateManagerTrustConfigAllowlistedCertificates.BuilderpemCertificate(String pemCertificate)Sets the value ofCertificateManagerTrustConfigAllowlistedCertificates.getPemCertificate()
-
-
-
Method Detail
-
pemCertificate
@Stability(Stable) public CertificateManagerTrustConfigAllowlistedCertificates.Builder pemCertificate(String pemCertificate)
Sets the value ofCertificateManagerTrustConfigAllowlistedCertificates.getPemCertificate()- Parameters:
pemCertificate- PEM certificate that is allowlisted. This parameter is required. The certificate can be up to 5k bytes, and must be a parseable X.509 certificate. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_trust_config#pem_certificate CertificateManagerTrustConfig#pem_certificate}- Returns:
this
-
build
@Stability(Stable) public CertificateManagerTrustConfigAllowlistedCertificates build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CertificateManagerTrustConfigAllowlistedCertificates>- Returns:
- a new instance of
CertificateManagerTrustConfigAllowlistedCertificates - Throws:
NullPointerException- if any required attribute was not provided
-
-