Interface WorkerConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<WorkerConfiguration.Builder,,WorkerConfiguration> SdkBuilder<WorkerConfiguration.Builder,,WorkerConfiguration> SdkPojo
- Enclosing class:
 WorkerConfiguration
public static interface WorkerConfiguration.Builder
extends SdkPojo, CopyableBuilder<WorkerConfiguration.Builder,WorkerConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe revision of the worker configuration.workerConfigurationArn(String workerConfigurationArn) The Amazon Resource Name (ARN) of the worker configuration.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, sdkFields 
- 
Method Details
- 
revision
The revision of the worker configuration.
- Parameters:
 revision- The revision of the worker configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
workerConfigurationArn
The Amazon Resource Name (ARN) of the worker configuration.
- Parameters:
 workerConfigurationArn- The Amazon Resource Name (ARN) of the worker configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -