Interface QueryRecords.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QueryRecords.Builder,QueryRecords>,SdkBuilder<QueryRecords.Builder,QueryRecords>,SdkPojo
- Enclosing class:
- QueryRecords
public static interface QueryRecords.Builder extends SdkPojo, CopyableBuilder<QueryRecords.Builder,QueryRecords>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryRecords.BuildercsvRecords(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 Detail
-
csvRecords
QueryRecords.Builder csvRecords(String 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.
-
-