Interface Reservation.Builder

    • Method Detail

      • groups

        Reservation.Builder groups​(GroupIdentifier... groups)

        Not supported.

        Parameters:
        groups - Not supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instances

        Reservation.Builder instances​(Collection<Instance> instances)

        The instances.

        Parameters:
        instances - The instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instances

        Reservation.Builder instances​(Instance... instances)

        The instances.

        Parameters:
        instances - The instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownerId

        Reservation.Builder ownerId​(String ownerId)

        The ID of the Amazon Web Services account that owns the reservation.

        Parameters:
        ownerId - The ID of the Amazon Web Services account that owns the reservation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requesterId

        Reservation.Builder requesterId​(String requesterId)

        The ID of the requester that launched the instances on your behalf (for example, Amazon Web Services Management Console or Auto Scaling).

        Parameters:
        requesterId - The ID of the requester that launched the instances on your behalf (for example, Amazon Web Services Management Console or Auto Scaling).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reservationId

        Reservation.Builder reservationId​(String reservationId)

        The ID of the reservation.

        Parameters:
        reservationId - The ID of the reservation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.