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