Interface DescribeProductAsAdminRequest.Builder

    • Method Detail

      • acceptLanguage

        DescribeProductAsAdminRequest.Builder acceptLanguage​(String acceptLanguage)

        The language code.

        • jp - Japanese

        • zh - Chinese

        Parameters:
        acceptLanguage - The language code.

        • jp - Japanese

        • zh - Chinese

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        DescribeProductAsAdminRequest.Builder id​(String id)

        The product identifier.

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

        DescribeProductAsAdminRequest.Builder sourcePortfolioId​(String sourcePortfolioId)

        The unique identifier of the shared portfolio that the specified product is associated with.

        You can provide this parameter to retrieve the shared TagOptions associated with the product. If this parameter is provided and if TagOptions sharing is enabled in the portfolio share, the API returns both local and shared TagOptions associated with the product. Otherwise only local TagOptions will be returned.

        Parameters:
        sourcePortfolioId - The unique identifier of the shared portfolio that the specified product is associated with.

        You can provide this parameter to retrieve the shared TagOptions associated with the product. If this parameter is provided and if TagOptions sharing is enabled in the portfolio share, the API returns both local and shared TagOptions associated with the product. Otherwise only local TagOptions will be returned.

        Returns:
        Returns a reference to this object so that method calls can be chained together.