Class DataplexZoneResourceSpec.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_zone.DataplexZoneResourceSpec.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexZoneResourceSpec>
- Enclosing interface:
- DataplexZoneResourceSpec
@Stability(Stable) public static final class DataplexZoneResourceSpec.Builder extends Object implements software.amazon.jsii.Builder<DataplexZoneResourceSpec>
A builder forDataplexZoneResourceSpec
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataplexZoneResourceSpecbuild()Builds the configured instance.DataplexZoneResourceSpec.BuilderlocationType(String locationType)Sets the value ofDataplexZoneResourceSpec.getLocationType()
-
-
-
Method Detail
-
locationType
@Stability(Stable) public DataplexZoneResourceSpec.Builder locationType(String locationType)
Sets the value ofDataplexZoneResourceSpec.getLocationType()- Parameters:
locationType- Required. This parameter is required. Immutable. The location type of the resources that are allowed to be attached to the assets within this zone. Possible values: LOCATION_TYPE_UNSPECIFIED, SINGLE_REGION, MULTI_REGION Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#location_type DataplexZone#location_type}- Returns:
this
-
build
@Stability(Stable) public DataplexZoneResourceSpec build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexZoneResourceSpec>- Returns:
- a new instance of
DataplexZoneResourceSpec - Throws:
NullPointerException- if any required attribute was not provided
-
-