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