Interface GetBuyerDashboardRequest.Builder

  • Method Details

    • dashboardIdentifier

      GetBuyerDashboardRequest.Builder dashboardIdentifier(String dashboardIdentifier)

      The ARN of the requested dashboard.

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

      GetBuyerDashboardRequest.Builder embeddingDomains(Collection<String> embeddingDomains)

      Fully qualified domains that you add to the allow list for 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 - Fully qualified domains that you add to the allow list for 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

      GetBuyerDashboardRequest.Builder embeddingDomains(String... embeddingDomains)

      Fully qualified domains that you add to the allow list for 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 - Fully qualified domains that you add to the allow list for 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.
    • overrideConfiguration

      GetBuyerDashboardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.