Class PrivatecaCertificateAuthorityConfigSubjectKeyId.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.privateca_certificate_authority.PrivatecaCertificateAuthorityConfigSubjectKeyId.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PrivatecaCertificateAuthorityConfigSubjectKeyId>
- Enclosing interface:
- PrivatecaCertificateAuthorityConfigSubjectKeyId
@Stability(Stable) public static final class PrivatecaCertificateAuthorityConfigSubjectKeyId.Builder extends Object implements software.amazon.jsii.Builder<PrivatecaCertificateAuthorityConfigSubjectKeyId>
A builder forPrivatecaCertificateAuthorityConfigSubjectKeyId
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivatecaCertificateAuthorityConfigSubjectKeyIdbuild()Builds the configured instance.PrivatecaCertificateAuthorityConfigSubjectKeyId.BuilderkeyId(String keyId)Sets the value ofPrivatecaCertificateAuthorityConfigSubjectKeyId.getKeyId()
-
-
-
Method Detail
-
keyId
@Stability(Stable) public PrivatecaCertificateAuthorityConfigSubjectKeyId.Builder keyId(String keyId)
Sets the value ofPrivatecaCertificateAuthorityConfigSubjectKeyId.getKeyId()- Parameters:
keyId- The value of the KeyId in lowercase hexidecimal. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#key_id PrivatecaCertificateAuthority#key_id}- Returns:
this
-
build
@Stability(Stable) public PrivatecaCertificateAuthorityConfigSubjectKeyId build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PrivatecaCertificateAuthorityConfigSubjectKeyId>- Returns:
- a new instance of
PrivatecaCertificateAuthorityConfigSubjectKeyId - Throws:
NullPointerException- if any required attribute was not provided
-
-