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