Interface IntermediateTableComputeConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IntermediateTableComputeConfiguration.Builder,,IntermediateTableComputeConfiguration> SdkBuilder<IntermediateTableComputeConfiguration.Builder,,IntermediateTableComputeConfiguration> SdkPojo
- Enclosing class:
IntermediateTableComputeConfiguration
@Mutable
@NotThreadSafe
public static interface IntermediateTableComputeConfiguration.Builder
extends SdkPojo, CopyableBuilder<IntermediateTableComputeConfiguration.Builder,IntermediateTableComputeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionqueryComputeConfiguration(Consumer<WorkerComputeConfiguration.Builder> queryComputeConfiguration) Sets the value of the QueryComputeConfiguration property for this object.queryComputeConfiguration(WorkerComputeConfiguration queryComputeConfiguration) Sets the value of the QueryComputeConfiguration property for this object.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
-
queryComputeConfiguration
IntermediateTableComputeConfiguration.Builder queryComputeConfiguration(WorkerComputeConfiguration queryComputeConfiguration) Sets the value of the QueryComputeConfiguration property for this object.- Parameters:
queryComputeConfiguration- The new value for the QueryComputeConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryComputeConfiguration
default IntermediateTableComputeConfiguration.Builder queryComputeConfiguration(Consumer<WorkerComputeConfiguration.Builder> queryComputeConfiguration) Sets the value of the QueryComputeConfiguration property for this object. This is a convenience method that creates an instance of theWorkerComputeConfiguration.Builderavoiding the need to create one manually viaWorkerComputeConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqueryComputeConfiguration(WorkerComputeConfiguration).- Parameters:
queryComputeConfiguration- a consumer that will call methods onWorkerComputeConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-