Interface GetBuyerDashboardResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetBuyerDashboardResponse.Builder,,- GetBuyerDashboardResponse> - MarketplaceReportingResponse.Builder,- SdkBuilder<GetBuyerDashboardResponse.Builder,,- GetBuyerDashboardResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetBuyerDashboardResponse
- 
Method SummaryModifier and TypeMethodDescriptiondashboardIdentifier(String dashboardIdentifier) The ARN of the returned dashboard.embeddingDomains(String... embeddingDomains) The fully qualified domains specified in the request.embeddingDomains(Collection<String> embeddingDomains) The fully qualified domains specified in the request.The dashboard's embedding URL.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.marketplacereporting.model.MarketplaceReportingResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
embedUrlThe 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.
 
- 
dashboardIdentifierThe 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.
 
- 
embeddingDomainsThe 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.comincludes all subdomains underhttps://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.comincludes all subdomains under- https://aws.amazon.com.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
embeddingDomainsThe 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.comincludes all subdomains underhttps://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.comincludes all subdomains under- https://aws.amazon.com.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-