Class DataFormatProps.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.DataFormatProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataFormatProps>
- Enclosing interface:
DataFormatProps
@Stability(Deprecated)
@Deprecated
public static final class DataFormatProps.Builder
extends Object
implements software.amazon.jsii.Builder<DataFormatProps>
Deprecated.
A builder for
DataFormatProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.classificationString(ClassificationString classificationString) Deprecated.inputFormat(InputFormat inputFormat) Deprecated.outputFormat(OutputFormat outputFormat) Deprecated.serializationLibrary(SerializationLibrary serializationLibrary) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
inputFormat
@Stability(Deprecated) @Deprecated public DataFormatProps.Builder inputFormat(InputFormat inputFormat) Deprecated.Sets the value ofDataFormatProps.getInputFormat()- Parameters:
inputFormat-InputFormatfor this data format. This parameter is required.- Returns:
this
-
outputFormat
@Stability(Deprecated) @Deprecated public DataFormatProps.Builder outputFormat(OutputFormat outputFormat) Deprecated.Sets the value ofDataFormatProps.getOutputFormat()- Parameters:
outputFormat-OutputFormatfor this data format. This parameter is required.- Returns:
this
-
serializationLibrary
@Stability(Deprecated) @Deprecated public DataFormatProps.Builder serializationLibrary(SerializationLibrary serializationLibrary) Deprecated.Sets the value ofDataFormatProps.getSerializationLibrary()- Parameters:
serializationLibrary- Serialization library for this data format. This parameter is required.- Returns:
this
-
classificationString
@Stability(Deprecated) @Deprecated public DataFormatProps.Builder classificationString(ClassificationString classificationString) Deprecated.Sets the value ofDataFormatProps.getClassificationString()- Parameters:
classificationString- Classification string given to tables with this data format.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataFormatProps>- Returns:
- a new instance of
DataFormatProps - Throws:
NullPointerException- if any required attribute was not provided
-