Interface WorkerComputeConfigurationProperties.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WorkerComputeConfigurationProperties.Builder,,WorkerComputeConfigurationProperties> SdkBuilder<WorkerComputeConfigurationProperties.Builder,,WorkerComputeConfigurationProperties> SdkPojo
- Enclosing class:
WorkerComputeConfigurationProperties
@Mutable
@NotThreadSafe
public static interface WorkerComputeConfigurationProperties.Builder
extends SdkPojo, CopyableBuilder<WorkerComputeConfigurationProperties.Builder,WorkerComputeConfigurationProperties>
-
Method Summary
Modifier and TypeMethodDescriptionThe Spark configuration properties for SQL workloads.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
-
spark
The Spark configuration properties for SQL workloads. This map contains key-value pairs that configure Apache Spark settings to optimize performance for your data processing jobs. You can specify up to 50 Spark properties, with each key being 1-200 characters and each value being 0-500 characters. These properties allow you to adjust compute capacity for large datasets and complex workloads.
- Parameters:
spark- The Spark configuration properties for SQL workloads. This map contains key-value pairs that configure Apache Spark settings to optimize performance for your data processing jobs. You can specify up to 50 Spark properties, with each key being 1-200 characters and each value being 0-500 characters. These properties allow you to adjust compute capacity for large datasets and complex workloads.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-