Interface CreateExperimentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateExperimentRequest.Builder,CreateExperimentRequest>,EvidentlyRequest.Builder,SdkBuilder<CreateExperimentRequest.Builder,CreateExperimentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateExperimentRequest
public static interface CreateExperimentRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<CreateExperimentRequest.Builder,CreateExperimentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateExperimentRequest.Builderdescription(String description)An optional description of the experiment.CreateExperimentRequest.BuildermetricGoals(Collection<MetricGoalConfig> metricGoals)An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.CreateExperimentRequest.BuildermetricGoals(Consumer<MetricGoalConfig.Builder>... metricGoals)An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.CreateExperimentRequest.BuildermetricGoals(MetricGoalConfig... metricGoals)An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.CreateExperimentRequest.Buildername(String name)A name for the new experiment.default CreateExperimentRequest.BuilderonlineAbConfig(Consumer<OnlineAbConfig.Builder> onlineAbConfig)A structure that contains the configuration of which variation to use as the "control" version.CreateExperimentRequest.BuilderonlineAbConfig(OnlineAbConfig onlineAbConfig)A structure that contains the configuration of which variation to use as the "control" version.CreateExperimentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateExperimentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateExperimentRequest.Builderproject(String project)The name or ARN of the project that you want to create the new experiment in.CreateExperimentRequest.BuilderrandomizationSalt(String randomizationSalt)When Evidently assigns a particular user session to an experiment, it must use a randomization ID to determine which variation the user session is served.CreateExperimentRequest.BuildersamplingRate(Long samplingRate)The portion of the available audience that you want to allocate to this experiment, in thousandths of a percent.CreateExperimentRequest.Buildersegment(String segment)Specifies an audience segment to use in the experiment.CreateExperimentRequest.Buildertags(Map<String,String> tags)Assigns one or more tags (key-value pairs) to the experiment.CreateExperimentRequest.Buildertreatments(Collection<TreatmentConfig> treatments)An array of structures that describe the configuration of each feature variation used in the experiment.CreateExperimentRequest.Buildertreatments(Consumer<TreatmentConfig.Builder>... treatments)An array of structures that describe the configuration of each feature variation used in the experiment.CreateExperimentRequest.Buildertreatments(TreatmentConfig... treatments)An array of structures that describe the configuration of each feature variation used in the experiment.-
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.evidently.model.EvidentlyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
description
CreateExperimentRequest.Builder description(String description)
An optional description of the experiment.
- Parameters:
description- An optional description of the experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricGoals
CreateExperimentRequest.Builder metricGoals(Collection<MetricGoalConfig> metricGoals)
An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.
- Parameters:
metricGoals- An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricGoals
CreateExperimentRequest.Builder metricGoals(MetricGoalConfig... metricGoals)
An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.
- Parameters:
metricGoals- An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricGoals
CreateExperimentRequest.Builder metricGoals(Consumer<MetricGoalConfig.Builder>... metricGoals)
An array of structures that defines the metrics used for the experiment, and whether a higher or lower value for each metric is the goal.
This is a convenience method that creates an instance of theMetricGoalConfig.Builderavoiding the need to create one manually viaMetricGoalConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#metricGoals(List.) - Parameters:
metricGoals- a consumer that will call methods onMetricGoalConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#metricGoals(java.util.Collection)
-
name
CreateExperimentRequest.Builder name(String name)
A name for the new experiment.
- Parameters:
name- A name for the new experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onlineAbConfig
CreateExperimentRequest.Builder onlineAbConfig(OnlineAbConfig onlineAbConfig)
A structure that contains the configuration of which variation to use as the "control" version. tThe "control" version is used for comparison with other variations. This structure also specifies how much experiment traffic is allocated to each variation.
- Parameters:
onlineAbConfig- A structure that contains the configuration of which variation to use as the "control" version. tThe "control" version is used for comparison with other variations. This structure also specifies how much experiment traffic is allocated to each variation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onlineAbConfig
default CreateExperimentRequest.Builder onlineAbConfig(Consumer<OnlineAbConfig.Builder> onlineAbConfig)
A structure that contains the configuration of which variation to use as the "control" version. tThe "control" version is used for comparison with other variations. This structure also specifies how much experiment traffic is allocated to each variation.
This is a convenience method that creates an instance of theOnlineAbConfig.Builderavoiding the need to create one manually viaOnlineAbConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toonlineAbConfig(OnlineAbConfig).- Parameters:
onlineAbConfig- a consumer that will call methods onOnlineAbConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
onlineAbConfig(OnlineAbConfig)
-
project
CreateExperimentRequest.Builder project(String project)
The name or ARN of the project that you want to create the new experiment in.
- Parameters:
project- The name or ARN of the project that you want to create the new experiment in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
randomizationSalt
CreateExperimentRequest.Builder randomizationSalt(String randomizationSalt)
When Evidently assigns a particular user session to an experiment, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and
randomizationSalt. If you omitrandomizationSalt, Evidently uses the experiment name as therandomizationSalt.- Parameters:
randomizationSalt- When Evidently assigns a particular user session to an experiment, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID andrandomizationSalt. If you omitrandomizationSalt, Evidently uses the experiment name as therandomizationSalt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samplingRate
CreateExperimentRequest.Builder samplingRate(Long samplingRate)
The portion of the available audience that you want to allocate to this experiment, in thousandths of a percent. The available audience is the total audience minus the audience that you have allocated to overrides or current launches of this feature.
This is represented in thousandths of a percent. For example, specify 10,000 to allocate 10% of the available audience.
- Parameters:
samplingRate- The portion of the available audience that you want to allocate to this experiment, in thousandths of a percent. The available audience is the total audience minus the audience that you have allocated to overrides or current launches of this feature.This is represented in thousandths of a percent. For example, specify 10,000 to allocate 10% of the available audience.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segment
CreateExperimentRequest.Builder segment(String segment)
Specifies an audience segment to use in the experiment. When a segment is used in an experiment, only user sessions that match the segment pattern are used in the experiment.
- Parameters:
segment- Specifies an audience segment to use in the experiment. When a segment is used in an experiment, only user sessions that match the segment pattern are used in the experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateExperimentRequest.Builder tags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the experiment.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
You can associate as many as 50 tags with an experiment.
For more information, see Tagging Amazon Web Services resources.
- Parameters:
tags- Assigns one or more tags (key-value pairs) to the experiment.Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
You can associate as many as 50 tags with an experiment.
For more information, see Tagging Amazon Web Services resources.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
treatments
CreateExperimentRequest.Builder treatments(Collection<TreatmentConfig> treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
- Parameters:
treatments- An array of structures that describe the configuration of each feature variation used in the experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
treatments
CreateExperimentRequest.Builder treatments(TreatmentConfig... treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
- Parameters:
treatments- An array of structures that describe the configuration of each feature variation used in the experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
treatments
CreateExperimentRequest.Builder treatments(Consumer<TreatmentConfig.Builder>... treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
This is a convenience method that creates an instance of theTreatmentConfig.Builderavoiding the need to create one manually viaTreatmentConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#treatments(List.) - Parameters:
treatments- a consumer that will call methods onTreatmentConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#treatments(java.util.Collection)
-
overrideConfiguration
CreateExperimentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateExperimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-