Package com.pulumi.aws.evidently.inputs
Class LaunchScheduledSplitsConfigStepArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.evidently.inputs.LaunchScheduledSplitsConfigStepArgs.Builder
-
- Enclosing class:
- LaunchScheduledSplitsConfigStepArgs
public static final class LaunchScheduledSplitsConfigStepArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(LaunchScheduledSplitsConfigStepArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(LaunchScheduledSplitsConfigStepArgs defaults)
-
-
Method Detail
-
groupWeights
public LaunchScheduledSplitsConfigStepArgs.Builder groupWeights(com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.Integer>> groupWeights)
- Parameters:
groupWeights
- The traffic allocation percentages among the feature variations during one step of a launch. This is a set of key-value pairs. The keys are variation names. The values represent the percentage of traffic to allocate to that variation during this step. For more information, refer to the [AWS documentation for ScheduledSplitConfig groupWeights](https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_ScheduledSplitConfig.html).- Returns:
- builder
-
groupWeights
public LaunchScheduledSplitsConfigStepArgs.Builder groupWeights(java.util.Map<java.lang.String,java.lang.Integer> groupWeights)
- Parameters:
groupWeights
- The traffic allocation percentages among the feature variations during one step of a launch. This is a set of key-value pairs. The keys are variation names. The values represent the percentage of traffic to allocate to that variation during this step. For more information, refer to the [AWS documentation for ScheduledSplitConfig groupWeights](https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_ScheduledSplitConfig.html).- Returns:
- builder
-
segmentOverrides
public LaunchScheduledSplitsConfigStepArgs.Builder segmentOverrides(@Nullable com.pulumi.core.Output<java.util.List<LaunchScheduledSplitsConfigStepSegmentOverrideArgs>> segmentOverrides)
- Parameters:
segmentOverrides
- One or up to six blocks that specify different traffic splits for one or more audience segments. A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age. Detailed below.- Returns:
- builder
-
segmentOverrides
public LaunchScheduledSplitsConfigStepArgs.Builder segmentOverrides(java.util.List<LaunchScheduledSplitsConfigStepSegmentOverrideArgs> segmentOverrides)
- Parameters:
segmentOverrides
- One or up to six blocks that specify different traffic splits for one or more audience segments. A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age. Detailed below.- Returns:
- builder
-
segmentOverrides
public LaunchScheduledSplitsConfigStepArgs.Builder segmentOverrides(LaunchScheduledSplitsConfigStepSegmentOverrideArgs... segmentOverrides)
- Parameters:
segmentOverrides
- One or up to six blocks that specify different traffic splits for one or more audience segments. A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age. Detailed below.- Returns:
- builder
-
startTime
public LaunchScheduledSplitsConfigStepArgs.Builder startTime(com.pulumi.core.Output<java.lang.String> startTime)
- Parameters:
startTime
- Specifies the date and time that this step of the launch starts.- Returns:
- builder
-
startTime
public LaunchScheduledSplitsConfigStepArgs.Builder startTime(java.lang.String startTime)
- Parameters:
startTime
- Specifies the date and time that this step of the launch starts.- Returns:
- builder
-
build
public LaunchScheduledSplitsConfigStepArgs build()
-
-