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