Class EntryGroupState.Builder

  • Enclosing class:
    EntryGroupState

    public static final class EntryGroupState.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • description

        public EntryGroupState.Builder description​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Entry group description, which can consist of several sentences or paragraphs that describe entry group contents.
        Returns:
        builder
      • description

        public EntryGroupState.Builder description​(java.lang.String description)
        Parameters:
        description - Entry group description, which can consist of several sentences or paragraphs that describe entry group contents.
        Returns:
        builder
      • displayName

        public EntryGroupState.Builder displayName​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> displayName)
        Parameters:
        displayName - A short name to identify the entry group, for example, "analytics data - jan 2011".
        Returns:
        builder
      • displayName

        public EntryGroupState.Builder displayName​(java.lang.String displayName)
        Parameters:
        displayName - A short name to identify the entry group, for example, "analytics data - jan 2011".
        Returns:
        builder
      • entryGroupId

        public EntryGroupState.Builder entryGroupId​(@Nullable
                                                    com.pulumi.core.Output<java.lang.String> entryGroupId)
        Parameters:
        entryGroupId - The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters. ***
        Returns:
        builder
      • entryGroupId

        public EntryGroupState.Builder entryGroupId​(java.lang.String entryGroupId)
        Parameters:
        entryGroupId - The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters. ***
        Returns:
        builder
      • name

        public EntryGroupState.Builder name​(@Nullable
                                            com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The resource name of the entry group in URL format. Example: projects/{project}/locations/{location}/entryGroups/{entryGroupId}
        Returns:
        builder
      • name

        public EntryGroupState.Builder name​(java.lang.String name)
        Parameters:
        name - The resource name of the entry group in URL format. Example: projects/{project}/locations/{location}/entryGroups/{entryGroupId}
        Returns:
        builder
      • project

        public EntryGroupState.Builder project​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> project)
        Parameters:
        project - The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
        Returns:
        builder
      • project

        public EntryGroupState.Builder project​(java.lang.String project)
        Parameters:
        project - The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
        Returns:
        builder
      • region

        public EntryGroupState.Builder region​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> region)
        Parameters:
        region - EntryGroup location region.
        Returns:
        builder
      • region

        public EntryGroupState.Builder region​(java.lang.String region)
        Parameters:
        region - EntryGroup location region.
        Returns:
        builder