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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.marketplacereporting.model.MarketplaceReportingResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
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
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 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.com
includes all subdomains underhttps://aws.amazon.com
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 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.com
includes all subdomains underhttps://aws.amazon.com
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-