Interface GetBuyerDashboardResponse.Builder

  • Method Details

    • embedUrl

      The dashboard's embedding URL.

      Parameters:
      embedUrl - The dashboard's embedding URL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dashboardIdentifier

      GetBuyerDashboardResponse.Builder dashboardIdentifier(String dashboardIdentifier)

      The ARN of the returned dashboard.

      Parameters:
      dashboardIdentifier - The ARN of the returned dashboard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • embeddingDomains

      GetBuyerDashboardResponse.Builder embeddingDomains(Collection<String> embeddingDomains)

      The fully qualified domains specified in the request. The domains enable access to the generated URL that is then embedded. You can list up to two domains or subdomains in each API call. To include all subdomains under a specific domain, use *. For example, https://*.amazon.com includes all subdomains under https://aws.amazon.com.

      Parameters:
      embeddingDomains - The fully qualified domains specified in the request. The domains enable access to the generated URL that is then embedded. You can list up to two domains or subdomains in each API call. To include all subdomains under a specific domain, use *. For example, https://*.amazon.com includes all subdomains under https://aws.amazon.com.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • embeddingDomains

      GetBuyerDashboardResponse.Builder embeddingDomains(String... embeddingDomains)

      The fully qualified domains specified in the request. The domains enable access to the generated URL that is then embedded. You can list up to two domains or subdomains in each API call. To include all subdomains under a specific domain, use *. For example, https://*.amazon.com includes all subdomains under https://aws.amazon.com.

      Parameters:
      embeddingDomains - The fully qualified domains specified in the request. The domains enable access to the generated URL that is then embedded. You can list up to two domains or subdomains in each API call. To include all subdomains under a specific domain, use *. For example, https://*.amazon.com includes all subdomains under https://aws.amazon.com.
      Returns:
      Returns a reference to this object so that method calls can be chained together.