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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.marketplacereporting.model.MarketplaceReportingRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dashboardIdentifierThe 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.
 
- 
embeddingDomainsFully 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.comincludes 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.comincludes all subdomains under- https://aws.amazon.com.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
embeddingDomainsFully 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.comincludes 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.comincludes all subdomains under- https://aws.amazon.com.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationGetBuyerDashboardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetBuyerDashboardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-