Class DataplexEntryTypeRequiredAspects.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_entry_type.DataplexEntryTypeRequiredAspects.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexEntryTypeRequiredAspects>
- Enclosing interface:
- DataplexEntryTypeRequiredAspects
@Stability(Stable) public static final class DataplexEntryTypeRequiredAspects.Builder extends Object implements software.amazon.jsii.Builder<DataplexEntryTypeRequiredAspects>
A builder forDataplexEntryTypeRequiredAspects
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataplexEntryTypeRequiredAspectsbuild()Builds the configured instance.DataplexEntryTypeRequiredAspects.Buildertype(String type)Sets the value ofDataplexEntryTypeRequiredAspects.getType()
-
-
-
Method Detail
-
type
@Stability(Stable) public DataplexEntryTypeRequiredAspects.Builder type(String type)
Sets the value ofDataplexEntryTypeRequiredAspects.getType()- Parameters:
type- Required aspect type for the entry type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_entry_type#type DataplexEntryType#type}- Returns:
this
-
build
@Stability(Stable) public DataplexEntryTypeRequiredAspects build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexEntryTypeRequiredAspects>- Returns:
- a new instance of
DataplexEntryTypeRequiredAspects - Throws:
NullPointerException- if any required attribute was not provided
-
-