Interface CreateRecommenderSchemaRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateRecommenderSchemaRequest.Builder,,CreateRecommenderSchemaRequest> CustomerProfilesRequest.Builder,SdkBuilder<CreateRecommenderSchemaRequest.Builder,,CreateRecommenderSchemaRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateRecommenderSchemaRequest
@Mutable
@NotThreadSafe
public static interface CreateRecommenderSchemaRequest.Builder
extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<CreateRecommenderSchemaRequest.Builder,CreateRecommenderSchemaRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName(String domainName) The unique name of the domain.fields(Map<String, ? extends Collection<RecommenderSchemaField>> fields) A map of dataset type to column definitions that specifies which data columns to include in the schema.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.recommenderSchemaName(String recommenderSchemaName) The name of the recommender schema.The tags used to organize, track, or control access for this resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainName
The unique name of the domain.
- Parameters:
domainName- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommenderSchemaName
The name of the recommender schema. The name must be unique within the domain.
- Parameters:
recommenderSchemaName- The name of the recommender schema. The name must be unique within the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
CreateRecommenderSchemaRequest.Builder fields(Map<String, ? extends Collection<RecommenderSchemaField>> fields) A map of dataset type to column definitions that specifies which data columns to include in the schema. Currently only the
_webAnalyticskey is supported.- Parameters:
fields- A map of dataset type to column definitions that specifies which data columns to include in the schema. Currently only the_webAnalyticskey is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags used to organize, track, or control access for this resource.
- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateRecommenderSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateRecommenderSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-