Class CfnConfiguredTable.GlueTableReferenceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable.GlueTableReferenceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredTable.GlueTableReferenceProperty>
- Enclosing interface:
CfnConfiguredTable.GlueTableReferenceProperty
@Stability(Stable)
public static final class CfnConfiguredTable.GlueTableReferenceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredTable.GlueTableReferenceProperty>
A builder for
CfnConfiguredTable.GlueTableReferenceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.databaseName(String databaseName) Sets the value ofCfnConfiguredTable.GlueTableReferenceProperty.getDatabaseName()Sets the value ofCfnConfiguredTable.GlueTableReferenceProperty.getRegion()Sets the value ofCfnConfiguredTable.GlueTableReferenceProperty.getTableName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
databaseName
@Stability(Stable) public CfnConfiguredTable.GlueTableReferenceProperty.Builder databaseName(String databaseName) Sets the value ofCfnConfiguredTable.GlueTableReferenceProperty.getDatabaseName()- Parameters:
databaseName- The name of the database the AWS Glue table belongs to. This parameter is required.- Returns:
this
-
tableName
@Stability(Stable) public CfnConfiguredTable.GlueTableReferenceProperty.Builder tableName(String tableName) Sets the value ofCfnConfiguredTable.GlueTableReferenceProperty.getTableName()- Parameters:
tableName- The name of the AWS Glue table. This parameter is required.- Returns:
this
-
region
@Stability(Stable) public CfnConfiguredTable.GlueTableReferenceProperty.Builder region(String region) Sets the value ofCfnConfiguredTable.GlueTableReferenceProperty.getRegion()- Parameters:
region- The AWS Region where the AWS Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfiguredTable.GlueTableReferenceProperty>- Returns:
- a new instance of
CfnConfiguredTable.GlueTableReferenceProperty - Throws:
NullPointerException- if any required attribute was not provided
-