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