Class ApigeeKeystoresAliasesKeyCertFileCertsInfo.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.apigee_keystores_aliases_key_cert_file.ApigeeKeystoresAliasesKeyCertFileCertsInfo.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApigeeKeystoresAliasesKeyCertFileCertsInfo>
- Enclosing interface:
- ApigeeKeystoresAliasesKeyCertFileCertsInfo
@Stability(Stable) public static final class ApigeeKeystoresAliasesKeyCertFileCertsInfo.Builder extends Object implements software.amazon.jsii.Builder<ApigeeKeystoresAliasesKeyCertFileCertsInfo>
A builder forApigeeKeystoresAliasesKeyCertFileCertsInfo
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApigeeKeystoresAliasesKeyCertFileCertsInfobuild()Builds the configured instance.ApigeeKeystoresAliasesKeyCertFileCertsInfo.BuildercertInfo(com.hashicorp.cdktf.IResolvable certInfo)Sets the value ofApigeeKeystoresAliasesKeyCertFileCertsInfo.getCertInfo()ApigeeKeystoresAliasesKeyCertFileCertsInfo.BuildercertInfo(List<? extends ApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfo> certInfo)Sets the value ofApigeeKeystoresAliasesKeyCertFileCertsInfo.getCertInfo()
-
-
-
Method Detail
-
certInfo
@Stability(Stable) public ApigeeKeystoresAliasesKeyCertFileCertsInfo.Builder certInfo(com.hashicorp.cdktf.IResolvable certInfo)
Sets the value ofApigeeKeystoresAliasesKeyCertFileCertsInfo.getCertInfo()- Parameters:
certInfo- cert_info block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_key_cert_file#cert_info ApigeeKeystoresAliasesKeyCertFile#cert_info}- Returns:
this
-
certInfo
@Stability(Stable) public ApigeeKeystoresAliasesKeyCertFileCertsInfo.Builder certInfo(List<? extends ApigeeKeystoresAliasesKeyCertFileCertsInfoCertInfo> certInfo)
Sets the value ofApigeeKeystoresAliasesKeyCertFileCertsInfo.getCertInfo()- Parameters:
certInfo- cert_info block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_key_cert_file#cert_info ApigeeKeystoresAliasesKeyCertFile#cert_info}- Returns:
this
-
build
@Stability(Stable) public ApigeeKeystoresAliasesKeyCertFileCertsInfo build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ApigeeKeystoresAliasesKeyCertFileCertsInfo>- Returns:
- a new instance of
ApigeeKeystoresAliasesKeyCertFileCertsInfo - Throws:
NullPointerException- if any required attribute was not provided
-
-