Class PrivatecaCertificateConfigSubjectKeyId.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.privateca_certificate.PrivatecaCertificateConfigSubjectKeyId.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PrivatecaCertificateConfigSubjectKeyId>
- Enclosing interface:
- PrivatecaCertificateConfigSubjectKeyId
@Stability(Stable) public static final class PrivatecaCertificateConfigSubjectKeyId.Builder extends Object implements software.amazon.jsii.Builder<PrivatecaCertificateConfigSubjectKeyId>
A builder forPrivatecaCertificateConfigSubjectKeyId
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivatecaCertificateConfigSubjectKeyIdbuild()Builds the configured instance.PrivatecaCertificateConfigSubjectKeyId.BuilderkeyId(String keyId)Sets the value ofPrivatecaCertificateConfigSubjectKeyId.getKeyId()
-
-
-
Method Detail
-
keyId
@Stability(Stable) public PrivatecaCertificateConfigSubjectKeyId.Builder keyId(String keyId)
Sets the value ofPrivatecaCertificateConfigSubjectKeyId.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#key_id PrivatecaCertificate#key_id}- Returns:
this
-
build
@Stability(Stable) public PrivatecaCertificateConfigSubjectKeyId build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PrivatecaCertificateConfigSubjectKeyId>- Returns:
- a new instance of
PrivatecaCertificateConfigSubjectKeyId - Throws:
NullPointerException- if any required attribute was not provided
-
-