Class LaunchScheduledSplitsConfigStepSegmentOverride


  • public final class LaunchScheduledSplitsConfigStepSegmentOverride
    extends java.lang.Object
    • Method Detail

      • evaluationOrder

        public java.lang.Integer evaluationOrder()
        Returns:
        Specifies a number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.
      • segment

        public java.lang.String segment()
        Returns:
        The name or ARN of the segment to use.
      • weights

        public java.util.Map<java.lang.String,​java.lang.Integer> weights()
        Returns:
        The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.