Class ApigeeKeystoresAliasesSelfSignedCertTimeouts.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.apigee_keystores_aliases_self_signed_cert.ApigeeKeystoresAliasesSelfSignedCertTimeouts.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApigeeKeystoresAliasesSelfSignedCertTimeouts>
- Enclosing interface:
- ApigeeKeystoresAliasesSelfSignedCertTimeouts
@Stability(Stable) public static final class ApigeeKeystoresAliasesSelfSignedCertTimeouts.Builder extends Object implements software.amazon.jsii.Builder<ApigeeKeystoresAliasesSelfSignedCertTimeouts>
A builder forApigeeKeystoresAliasesSelfSignedCertTimeouts
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApigeeKeystoresAliasesSelfSignedCertTimeoutsbuild()Builds the configured instance.ApigeeKeystoresAliasesSelfSignedCertTimeouts.Buildercreate(String create)Sets the value ofApigeeKeystoresAliasesSelfSignedCertTimeouts.getCreate()ApigeeKeystoresAliasesSelfSignedCertTimeouts.Builderdelete(String delete)Sets the value ofApigeeKeystoresAliasesSelfSignedCertTimeouts.getDelete()
-
-
-
Method Detail
-
create
@Stability(Stable) public ApigeeKeystoresAliasesSelfSignedCertTimeouts.Builder create(String create)
Sets the value ofApigeeKeystoresAliasesSelfSignedCertTimeouts.getCreate()- Parameters:
create- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#create ApigeeKeystoresAliasesSelfSignedCert#create}.- Returns:
this
-
delete
@Stability(Stable) public ApigeeKeystoresAliasesSelfSignedCertTimeouts.Builder delete(String delete)
Sets the value ofApigeeKeystoresAliasesSelfSignedCertTimeouts.getDelete()- Parameters:
delete- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#delete ApigeeKeystoresAliasesSelfSignedCert#delete}.- Returns:
this
-
build
@Stability(Stable) public ApigeeKeystoresAliasesSelfSignedCertTimeouts build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ApigeeKeystoresAliasesSelfSignedCertTimeouts>- Returns:
- a new instance of
ApigeeKeystoresAliasesSelfSignedCertTimeouts - Throws:
NullPointerException- if any required attribute was not provided
-
-