Class TableAttributes.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.TableAttributes.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<TableAttributes>
- Enclosing interface:
 TableAttributes
@Stability(Experimental)
public static final class TableAttributes.Builder
extends Object
implements software.amazon.jsii.Builder<TableAttributes>
A builder for 
TableAttributes- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofTableAttributes.getTableArn()Sets the value ofTableAttributes.getTableName() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
tableArn
Sets the value ofTableAttributes.getTableArn()- Parameters:
 tableArn- the value to be set. This parameter is required.- Returns:
 this
 - 
tableName
Sets the value ofTableAttributes.getTableName()- Parameters:
 tableName- the value to be set. This parameter is required.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<TableAttributes>- Returns:
 - a new instance of 
TableAttributes - Throws:
 NullPointerException- if any required attribute was not provided
 
 -