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