Class FeatureVariationValueArgs.Builder

  • Enclosing class:
    FeatureVariationValueArgs

    public static final class FeatureVariationValueArgs.Builder
    extends java.lang.Object
    • Method Detail

      • boolValue

        public FeatureVariationValueArgs.Builder boolValue​(@Nullable
                                                           com.pulumi.core.Output<java.lang.String> boolValue)
        Parameters:
        boolValue - If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.
        Returns:
        builder
      • boolValue

        public FeatureVariationValueArgs.Builder boolValue​(java.lang.String boolValue)
        Parameters:
        boolValue - If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.
        Returns:
        builder
      • doubleValue

        public FeatureVariationValueArgs.Builder doubleValue​(@Nullable
                                                             com.pulumi.core.Output<java.lang.String> doubleValue)
        Parameters:
        doubleValue - If this feature uses the double integer variation type, this field contains the double integer value of this variation.
        Returns:
        builder
      • doubleValue

        public FeatureVariationValueArgs.Builder doubleValue​(java.lang.String doubleValue)
        Parameters:
        doubleValue - If this feature uses the double integer variation type, this field contains the double integer value of this variation.
        Returns:
        builder
      • longValue

        public FeatureVariationValueArgs.Builder longValue​(@Nullable
                                                           com.pulumi.core.Output<java.lang.String> longValue)
        Parameters:
        longValue - If this feature uses the long variation type, this field contains the long value of this variation. Minimum value of `-9007199254740991`. Maximum value of `9007199254740991`.
        Returns:
        builder
      • longValue

        public FeatureVariationValueArgs.Builder longValue​(java.lang.String longValue)
        Parameters:
        longValue - If this feature uses the long variation type, this field contains the long value of this variation. Minimum value of `-9007199254740991`. Maximum value of `9007199254740991`.
        Returns:
        builder
      • stringValue

        public FeatureVariationValueArgs.Builder stringValue​(@Nullable
                                                             com.pulumi.core.Output<java.lang.String> stringValue)
        Parameters:
        stringValue - If this feature uses the string variation type, this field contains the string value of this variation. Minimum length of `0`. Maximum length of `512`.
        Returns:
        builder
      • stringValue

        public FeatureVariationValueArgs.Builder stringValue​(java.lang.String stringValue)
        Parameters:
        stringValue - If this feature uses the string variation type, this field contains the string value of this variation. Minimum length of `0`. Maximum length of `512`.
        Returns:
        builder