Class LaunchScheduledSplitsConfigStepArgs.Builder

    • 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