Interface CapacityAssignment.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CapacityAssignment.Builder,,CapacityAssignment> SdkBuilder<CapacityAssignment.Builder,,CapacityAssignment> SdkPojo
- Enclosing class:
 CapacityAssignment
public static interface CapacityAssignment.Builder
extends SdkPojo, CopyableBuilder<CapacityAssignment.Builder,CapacityAssignment> 
- 
Method Summary
Modifier and TypeMethodDescriptionworkGroupNames(String... workGroupNames) The list of workgroup names for the capacity assignment.workGroupNames(Collection<String> workGroupNames) The list of workgroup names for the capacity assignment.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
- 
workGroupNames
The list of workgroup names for the capacity assignment.
- Parameters:
 workGroupNames- The list of workgroup names for the capacity assignment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
workGroupNames
The list of workgroup names for the capacity assignment.
- Parameters:
 workGroupNames- The list of workgroup names for the capacity assignment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -