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