Interface QueryRecords.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QueryRecords.Builder,
,QueryRecords> SdkBuilder<QueryRecords.Builder,
,QueryRecords> SdkPojo
- Enclosing class:
QueryRecords
@Mutable
@NotThreadSafe
public static interface QueryRecords.Builder
extends SdkPojo, CopyableBuilder<QueryRecords.Builder,QueryRecords>
-
Method Summary
Modifier and TypeMethodDescriptioncsvRecords
(String csvRecords) The results of the SQL statement in CSV format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
csvRecords
The results of the SQL statement in CSV format.
- Parameters:
csvRecords
- The results of the SQL statement in CSV format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-