Interface ConfirmProductInstanceResponse.Builder

    • Method Detail

      • ownerId

        ConfirmProductInstanceResponse.Builder ownerId​(String ownerId)

        The Amazon Web Services account ID of the instance owner. This is only present if the product code is attached to the instance.

        Parameters:
        ownerId - The Amazon Web Services account ID of the instance owner. This is only present if the product code is attached to the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • returnValue

        ConfirmProductInstanceResponse.Builder returnValue​(Boolean returnValue)

        The return value of the request. Returns true if the specified product code is owned by the requester and associated with the specified instance.

        Parameters:
        returnValue - The return value of the request. Returns true if the specified product code is owned by the requester and associated with the specified instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.