Class FeatureStateStateArgs.Builder

  • Enclosing class:
    FeatureStateStateArgs

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

      • code

        public FeatureStateStateArgs.Builder code​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> code)
        Parameters:
        code - (Output) The high-level, machine-readable status of this Feature.
        Returns:
        builder
      • code

        public FeatureStateStateArgs.Builder code​(java.lang.String code)
        Parameters:
        code - (Output) The high-level, machine-readable status of this Feature.
        Returns:
        builder
      • description

        public FeatureStateStateArgs.Builder description​(@Nullable
                                                         com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - (Output) A human-readable description of the current status.
        Returns:
        builder
      • description

        public FeatureStateStateArgs.Builder description​(java.lang.String description)
        Parameters:
        description - (Output) A human-readable description of the current status.
        Returns:
        builder
      • updateTime

        public FeatureStateStateArgs.Builder updateTime​(@Nullable
                                                        com.pulumi.core.Output<java.lang.String> updateTime)
        Parameters:
        updateTime - (Output) The time this status and any related Feature-specific details were updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z"
        Returns:
        builder
      • updateTime

        public FeatureStateStateArgs.Builder updateTime​(java.lang.String updateTime)
        Parameters:
        updateTime - (Output) The time this status and any related Feature-specific details were updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z"
        Returns:
        builder