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