Interface CapacityAssignmentConfiguration.Builder

    • Method Detail

      • capacityReservationName

        CapacityAssignmentConfiguration.Builder capacityReservationName​(String capacityReservationName)

        The name of the reservation that the capacity assignment configuration is for.

        Parameters:
        capacityReservationName - The name of the reservation that the capacity assignment configuration is for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityAssignments

        CapacityAssignmentConfiguration.Builder capacityAssignments​(Collection<CapacityAssignment> capacityAssignments)

        The list of assignments that make up the capacity assignment configuration.

        Parameters:
        capacityAssignments - The list of assignments that make up the capacity assignment configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityAssignments

        CapacityAssignmentConfiguration.Builder capacityAssignments​(CapacityAssignment... capacityAssignments)

        The list of assignments that make up the capacity assignment configuration.

        Parameters:
        capacityAssignments - The list of assignments that make up the capacity assignment configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.