Interface ProtectedJobWorkerComputeConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProtectedJobWorkerComputeConfiguration.Builder,,ProtectedJobWorkerComputeConfiguration> SdkBuilder<ProtectedJobWorkerComputeConfiguration.Builder,,ProtectedJobWorkerComputeConfiguration> SdkPojo
- Enclosing class:
ProtectedJobWorkerComputeConfiguration
@Mutable
@NotThreadSafe
public static interface ProtectedJobWorkerComputeConfiguration.Builder
extends SdkPojo, CopyableBuilder<ProtectedJobWorkerComputeConfiguration.Builder,ProtectedJobWorkerComputeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of workers for a PySpark job.The configuration properties for the worker compute environment.properties(WorkerComputeConfigurationProperties properties) The configuration properties for the worker compute environment.The worker compute configuration type.The worker compute configuration type.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
-
type
The worker compute configuration type.
- Parameters:
type- The worker compute configuration type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The worker compute configuration type.
- Parameters:
type- The worker compute configuration type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
number
The number of workers for a PySpark job.
- Parameters:
number- The number of workers for a PySpark job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
ProtectedJobWorkerComputeConfiguration.Builder properties(WorkerComputeConfigurationProperties properties) The configuration properties for the worker compute environment. These properties allow you to customize the compute settings for your Clean Rooms workloads.
- Parameters:
properties- The configuration properties for the worker compute environment. These properties allow you to customize the compute settings for your Clean Rooms workloads.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
default ProtectedJobWorkerComputeConfiguration.Builder properties(Consumer<WorkerComputeConfigurationProperties.Builder> properties) The configuration properties for the worker compute environment. These properties allow you to customize the compute settings for your Clean Rooms workloads.
This is a convenience method that creates an instance of theWorkerComputeConfigurationProperties.Builderavoiding the need to create one manually viaWorkerComputeConfigurationProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproperties(WorkerComputeConfigurationProperties).- Parameters:
properties- a consumer that will call methods onWorkerComputeConfigurationProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-