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