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