Interface CapacityAllocation.Builder

    • Method Detail

      • statusMessage

        CapacityAllocation.Builder statusMessage​(String statusMessage)

        The status message of the capacity allocation.

        Parameters:
        statusMessage - The status message of the capacity allocation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestTime

        CapacityAllocation.Builder requestTime​(Instant requestTime)

        The time when the capacity allocation was requested.

        Parameters:
        requestTime - The time when the capacity allocation was requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestCompletionTime

        CapacityAllocation.Builder requestCompletionTime​(Instant requestCompletionTime)

        The time when the capacity allocation request was completed.

        Parameters:
        requestCompletionTime - The time when the capacity allocation request was completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.