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