Class AiMetadataStoreArgs.Builder

  • Enclosing class:
    AiMetadataStoreArgs

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

      • description

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

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

        public AiMetadataStoreArgs.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 AiMetadataStoreArgs.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 AiMetadataStoreArgs.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 AiMetadataStoreArgs.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 AiMetadataStoreArgs.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 AiMetadataStoreArgs.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 AiMetadataStoreArgs.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 AiMetadataStoreArgs.Builder region​(java.lang.String region)
        Parameters:
        region - The region of the Metadata Store. eg us-central1
        Returns:
        builder