Interface RowLevelResultsOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RowLevelResultsOptions.Builder,,RowLevelResultsOptions> SdkBuilder<RowLevelResultsOptions.Builder,,RowLevelResultsOptions> SdkPojo
- Enclosing class:
RowLevelResultsOptions
@Mutable
@NotThreadSafe
public static interface RowLevelResultsOptions.Builder
extends SdkPojo, CopyableBuilder<RowLevelResultsOptions.Builder,RowLevelResultsOptions>
-
Method Summary
Modifier and TypeMethodDescriptiondefault RowLevelResultsOptions.BuildercatalogTableConfig(Consumer<CatalogTableConfigOptions.Builder> catalogTableConfig) The Glue Data Catalog table configuration for storing the results.catalogTableConfig(CatalogTableConfigOptions catalogTableConfig) The Glue Data Catalog table configuration for storing the results.maxRowsToWrite(Integer maxRowsToWrite) The maximum number of rows to write in the results.resultType(String resultType) The result type to include in the row-level results output.resultType(ResultTypeEnum resultType) The result type to include in the row-level results output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maxRowsToWrite
The maximum number of rows to write in the results.
- Parameters:
maxRowsToWrite- The maximum number of rows to write in the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resultType
The result type to include in the row-level results output.
- Parameters:
resultType- The result type to include in the row-level results output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resultType
The result type to include in the row-level results output.
- Parameters:
resultType- The result type to include in the row-level results output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
catalogTableConfig
The Glue Data Catalog table configuration for storing the results.
- Parameters:
catalogTableConfig- The Glue Data Catalog table configuration for storing the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalogTableConfig
default RowLevelResultsOptions.Builder catalogTableConfig(Consumer<CatalogTableConfigOptions.Builder> catalogTableConfig) The Glue Data Catalog table configuration for storing the results.
This is a convenience method that creates an instance of theCatalogTableConfigOptions.Builderavoiding the need to create one manually viaCatalogTableConfigOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocatalogTableConfig(CatalogTableConfigOptions).- Parameters:
catalogTableConfig- a consumer that will call methods onCatalogTableConfigOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-