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