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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapacityAssignment.Builder
workGroupNames(String... workGroupNames)
The list of workgroup names for the capacity assignment.CapacityAssignment.Builder
workGroupNames(Collection<String> workGroupNames)
The list of workgroup names for the capacity assignment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
workGroupNames
CapacityAssignment.Builder workGroupNames(Collection<String> 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
CapacityAssignment.Builder workGroupNames(String... 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.
-
-