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