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 SummaryModifier and TypeMethodDescriptionThe SQL query used to retrieve the result.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- 
queryThe 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.
 
 
-