Class AiMetadataStoreState.Builder

  • Enclosing class:
    AiMetadataStoreState

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

      • createTime

        public AiMetadataStoreState.Builder createTime​(@Nullable
                                                       com.pulumi.core.Output<java.lang.String> createTime)
        Parameters:
        createTime - The timestamp of when the MetadataStore was created in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
        Returns:
        builder
      • createTime

        public AiMetadataStoreState.Builder createTime​(java.lang.String createTime)
        Parameters:
        createTime - The timestamp of when the MetadataStore was created in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
        Returns:
        builder
      • description

        public AiMetadataStoreState.Builder description​(@Nullable
                                                        com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Description of the MetadataStore.
        Returns:
        builder
      • description

        public AiMetadataStoreState.Builder description​(java.lang.String description)
        Parameters:
        description - Description of the MetadataStore.
        Returns:
        builder
      • encryptionSpec

        public AiMetadataStoreState.Builder encryptionSpec​(@Nullable
                                                           com.pulumi.core.Output<AiMetadataStoreEncryptionSpecArgs> encryptionSpec)
        Parameters:
        encryptionSpec - Customer-managed encryption key spec for a MetadataStore. If set, this MetadataStore and all sub-resources of this MetadataStore will be secured by this key. Structure is documented below.
        Returns:
        builder
      • encryptionSpec

        public AiMetadataStoreState.Builder encryptionSpec​(AiMetadataStoreEncryptionSpecArgs encryptionSpec)
        Parameters:
        encryptionSpec - Customer-managed encryption key spec for a MetadataStore. If set, this MetadataStore and all sub-resources of this MetadataStore will be secured by this key. Structure is documented below.
        Returns:
        builder
      • name

        public AiMetadataStoreState.Builder name​(@Nullable
                                                 com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name of the MetadataStore. This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.
        Returns:
        builder
      • name

        public AiMetadataStoreState.Builder name​(java.lang.String name)
        Parameters:
        name - The name of the MetadataStore. This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.
        Returns:
        builder
      • project

        public AiMetadataStoreState.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 AiMetadataStoreState.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 AiMetadataStoreState.Builder region​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> region)
        Parameters:
        region - The region of the Metadata Store. eg us-central1
        Returns:
        builder
      • region

        public AiMetadataStoreState.Builder region​(java.lang.String region)
        Parameters:
        region - The region of the Metadata Store. eg us-central1
        Returns:
        builder
      • updateTime

        public AiMetadataStoreState.Builder updateTime​(@Nullable
                                                       com.pulumi.core.Output<java.lang.String> updateTime)
        Parameters:
        updateTime - The timestamp of when the MetadataStore was last updated in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
        Returns:
        builder
      • updateTime

        public AiMetadataStoreState.Builder updateTime​(java.lang.String updateTime)
        Parameters:
        updateTime - The timestamp of when the MetadataStore was last updated in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
        Returns:
        builder