Class ProjectFeedConditionArgs.Builder

  • Enclosing class:
    ProjectFeedConditionArgs

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

      • description

        public ProjectFeedConditionArgs.Builder description​(@Nullable
                                                            com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
        Returns:
        builder
      • description

        public ProjectFeedConditionArgs.Builder description​(java.lang.String description)
        Parameters:
        description - Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
        Returns:
        builder
      • expression

        public ProjectFeedConditionArgs.Builder expression​(com.pulumi.core.Output<java.lang.String> expression)
        Parameters:
        expression - Textual representation of an expression in Common Expression Language syntax.
        Returns:
        builder
      • expression

        public ProjectFeedConditionArgs.Builder expression​(java.lang.String expression)
        Parameters:
        expression - Textual representation of an expression in Common Expression Language syntax.
        Returns:
        builder
      • location

        public ProjectFeedConditionArgs.Builder location​(@Nullable
                                                         com.pulumi.core.Output<java.lang.String> location)
        Parameters:
        location - String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
        Returns:
        builder
      • location

        public ProjectFeedConditionArgs.Builder location​(java.lang.String location)
        Parameters:
        location - String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
        Returns:
        builder
      • title

        public ProjectFeedConditionArgs.Builder title​(@Nullable
                                                      com.pulumi.core.Output<java.lang.String> title)
        Parameters:
        title - Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
        Returns:
        builder
      • title

        public ProjectFeedConditionArgs.Builder title​(java.lang.String title)
        Parameters:
        title - Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
        Returns:
        builder