Interface DestinationSchema.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DestinationSchema.Builder,,- DestinationSchema> - SdkBuilder<DestinationSchema.Builder,,- DestinationSchema> - SdkPojo
- Enclosing class:
- DestinationSchema
@Mutable
@NotThreadSafe
public static interface DestinationSchema.Builder
extends SdkPojo, CopyableBuilder<DestinationSchema.Builder,DestinationSchema> 
- 
Method SummaryModifier and TypeMethodDescriptionrecordFormatType(String recordFormatType) Specifies the format of the records on the output stream.recordFormatType(RecordFormatType recordFormatType) Specifies the format of the records on the output stream.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
recordFormatTypeSpecifies the format of the records on the output stream. - Parameters:
- recordFormatType- Specifies the format of the records on the output stream.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
recordFormatTypeSpecifies the format of the records on the output stream. - Parameters:
- recordFormatType- Specifies the format of the records on the output stream.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-