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