Class ProjectExclusionState.Builder

  • Enclosing class:
    ProjectExclusionState

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

      • description

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

        public ProjectExclusionState.Builder description​(java.lang.String description)
        Parameters:
        description - A human-readable description.
        Returns:
        builder
      • disabled

        public ProjectExclusionState.Builder disabled​(@Nullable
                                                      com.pulumi.core.Output<java.lang.Boolean> disabled)
        Parameters:
        disabled - Whether this exclusion rule should be disabled or not. This defaults to false.
        Returns:
        builder
      • disabled

        public ProjectExclusionState.Builder disabled​(java.lang.Boolean disabled)
        Parameters:
        disabled - Whether this exclusion rule should be disabled or not. This defaults to false.
        Returns:
        builder
      • filter

        public ProjectExclusionState.Builder filter​(@Nullable
                                                    com.pulumi.core.Output<java.lang.String> filter)
        Parameters:
        filter - The filter to apply when excluding logs. Only log entries that match the filter are excluded. See [Advanced Log Filters](https://cloud.google.com/logging/docs/view/advanced-filters) for information on how to write a filter.
        Returns:
        builder
      • filter

        public ProjectExclusionState.Builder filter​(java.lang.String filter)
        Parameters:
        filter - The filter to apply when excluding logs. Only log entries that match the filter are excluded. See [Advanced Log Filters](https://cloud.google.com/logging/docs/view/advanced-filters) for information on how to write a filter.
        Returns:
        builder
      • name

        public ProjectExclusionState.Builder name​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name of the logging exclusion.
        Returns:
        builder
      • name

        public ProjectExclusionState.Builder name​(java.lang.String name)
        Parameters:
        name - The name of the logging exclusion.
        Returns:
        builder
      • project

        public ProjectExclusionState.Builder project​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> project)
        Parameters:
        project - The project to create the exclusion in. If omitted, the project associated with the provider is used.
        Returns:
        builder
      • project

        public ProjectExclusionState.Builder project​(java.lang.String project)
        Parameters:
        project - The project to create the exclusion in. If omitted, the project associated with the provider is used.
        Returns:
        builder