Interface WorkerAttributeCapability.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<WorkerAttributeCapability.Builder,,WorkerAttributeCapability> SdkBuilder<WorkerAttributeCapability.Builder,,WorkerAttributeCapability> SdkPojo
- Enclosing class:
 WorkerAttributeCapability
public static interface WorkerAttributeCapability.Builder
extends SdkPojo, CopyableBuilder<WorkerAttributeCapability.Builder,WorkerAttributeCapability> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the worker attribute capability.The values of the worker amount capability.values(Collection<String> values) The values of the worker amount capability.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
- 
name
The name of the worker attribute capability.
- Parameters:
 name- The name of the worker attribute capability.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
values
The values of the worker amount capability.
- Parameters:
 values- The values of the worker amount capability.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
values
The values of the worker amount capability.
- Parameters:
 values- The values of the worker amount capability.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -