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