Interface GetOpportunityRequest.Builder

    • Method Detail

      • catalog

        GetOpportunityRequest.Builder catalog​(String catalog)

        Specifies the catalog associated with the request. This field takes a string value from a predefined list: AWS or Sandbox. The catalog determines which environment the opportunity is fetched from. Use AWS to retrieve opportunities in the Amazon Web Services catalog, and Sandbox to retrieve opportunities in a secure, isolated testing environment.

        Parameters:
        catalog - Specifies the catalog associated with the request. This field takes a string value from a predefined list: AWS or Sandbox. The catalog determines which environment the opportunity is fetched from. Use AWS to retrieve opportunities in the Amazon Web Services catalog, and Sandbox to retrieve opportunities in a secure, isolated testing environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identifier

        GetOpportunityRequest.Builder identifier​(String identifier)

        Read-only, system generated Opportunity unique identifier.

        Parameters:
        identifier - Read-only, system generated Opportunity unique identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.