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