Interface Hive.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Hive.Builder,,- Hive> - SdkBuilder<Hive.Builder,,- Hive> - SdkPojo
- Enclosing class:
- Hive
@Mutable
@NotThreadSafe
public static interface Hive.Builder
extends SdkPojo, CopyableBuilder<Hive.Builder,Hive> 
- 
Method SummaryModifier and TypeMethodDescriptioninitQueryFile(String initQueryFile) The query file for the Hive job run.parameters(String parameters) The parameters for the Hive job run.The query for the Hive job run.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 query for the Hive job run. - Parameters:
- query- The query for the Hive job run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
initQueryFileThe query file for the Hive job run. - Parameters:
- initQueryFile- The query file for the Hive job run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parametersThe parameters for the Hive job run. - Parameters:
- parameters- The parameters for the Hive job run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-