Interface RetrievalResultSqlLocation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RetrievalResultSqlLocation.Builder,
,RetrievalResultSqlLocation> SdkBuilder<RetrievalResultSqlLocation.Builder,
,RetrievalResultSqlLocation> SdkPojo
- Enclosing class:
RetrievalResultSqlLocation
@Mutable
@NotThreadSafe
public static interface RetrievalResultSqlLocation.Builder
extends SdkPojo, CopyableBuilder<RetrievalResultSqlLocation.Builder,RetrievalResultSqlLocation>
-
Method Summary
Modifier and TypeMethodDescriptionThe SQL query used to retrieve the result.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
-
query
The SQL query used to retrieve the result.
- Parameters:
query
- The SQL query used to retrieve the result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-