Interface GetBuyerDashboardRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetBuyerDashboardRequest.Builder,
,GetBuyerDashboardRequest> MarketplaceReportingRequest.Builder
,SdkBuilder<GetBuyerDashboardRequest.Builder,
,GetBuyerDashboardRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetBuyerDashboardRequest
@Mutable
@NotThreadSafe
public static interface GetBuyerDashboardRequest.Builder
extends MarketplaceReportingRequest.Builder, SdkPojo, CopyableBuilder<GetBuyerDashboardRequest.Builder,GetBuyerDashboardRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondashboardIdentifier
(String dashboardIdentifier) The ARN of the requested dashboard.embeddingDomains
(String... embeddingDomains) Fully qualified domains that you add to the allow list for access to the generated URL that is then embedded.embeddingDomains
(Collection<String> embeddingDomains) Fully qualified domains that you add to the allow list for access to the generated URL that is then embedded.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.marketplacereporting.model.MarketplaceReportingRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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 underhttps://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 underhttps://aws.amazon.com
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 underhttps://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 underhttps://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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetBuyerDashboardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-