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 Details

    • 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.