Interface ProposalSummary.Builder

    • Method Detail

      • offerId

        ProposalSummary.Builder offerId​(String offerId)

        The unique identifier of the offer in AWS Marketplace.

        Parameters:
        offerId - The unique identifier of the offer in AWS Marketplace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        ProposalSummary.Builder resources​(Collection<Resource> resources)

        The list of resources involved in the agreement.

        Parameters:
        resources - The list of resources involved in the agreement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        ProposalSummary.Builder resources​(Resource... resources)

        The list of resources involved in the agreement.

        Parameters:
        resources - The list of resources involved in the agreement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.