Class Type.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.Type.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Type>
- Enclosing interface:
Type
@Stability(Experimental)
public static final class Type.Builder
extends Object
implements software.amazon.jsii.Builder<Type>
A builder for
Type-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inputString(String inputString) Sets the value ofType.getInputString()isPrimitive(Boolean isPrimitive) Sets the value ofType.getIsPrimitive()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputString
Sets the value ofType.getInputString()- Parameters:
inputString- Glue InputString for this type. This parameter is required.- Returns:
this
-
isPrimitive
Sets the value ofType.getIsPrimitive()- Parameters:
isPrimitive- Indicates whether this type is a primitive data type. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Type>- Returns:
- a new instance of
Type - Throws:
NullPointerException- if any required attribute was not provided
-