Interface CapacityAllocation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CapacityAllocation.Builder,CapacityAllocation>, SdkBuilder<CapacityAllocation.Builder,CapacityAllocation>, SdkPojo
Enclosing class:
CapacityAllocation

public static interface CapacityAllocation.Builder extends SdkPojo, CopyableBuilder<CapacityAllocation.Builder,CapacityAllocation>
  • Method Details

    • allocationType

      CapacityAllocation.Builder allocationType(String allocationType)

      The usage type. used indicates that the instance capacity is in use by instances that are running in the Capacity Reservation.

      Parameters:
      allocationType - The usage type. used indicates that the instance capacity is in use by instances that are running in the Capacity Reservation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • allocationType

      CapacityAllocation.Builder allocationType(AllocationType allocationType)

      The usage type. used indicates that the instance capacity is in use by instances that are running in the Capacity Reservation.

      Parameters:
      allocationType - The usage type. used indicates that the instance capacity is in use by instances that are running in the Capacity Reservation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • count

      The amount of instance capacity associated with the usage. For example a value of 4 indicates that instance capacity for 4 instances is currently in use.

      Parameters:
      count - The amount of instance capacity associated with the usage. For example a value of 4 indicates that instance capacity for 4 instances is currently in use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.