Class KmsCryptoKeyPrimary.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.kms_crypto_key.KmsCryptoKeyPrimary.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KmsCryptoKeyPrimary>
- Enclosing interface:
- KmsCryptoKeyPrimary
@Stability(Stable) public static final class KmsCryptoKeyPrimary.Builder extends Object implements software.amazon.jsii.Builder<KmsCryptoKeyPrimary>
A builder forKmsCryptoKeyPrimary
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
-
-
Method Detail
-
build
@Stability(Stable) public KmsCryptoKeyPrimary build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KmsCryptoKeyPrimary>- Returns:
- a new instance of
KmsCryptoKeyPrimary - Throws:
NullPointerException- if any required attribute was not provided
-
-