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