Class RepositoryArgs.Builder

  • Enclosing class:
    RepositoryArgs

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

      • Builder

        public Builder()
    • Method Detail

      • catalogData

        public RepositoryArgs.Builder catalogData​(@Nullable
                                                  com.pulumi.core.Output<RepositoryCatalogDataArgs> catalogData)
        Parameters:
        catalogData - Catalog data configuration for the repository. See below for schema.
        Returns:
        builder
      • forceDestroy

        public RepositoryArgs.Builder forceDestroy​(@Nullable
                                                   com.pulumi.core.Output<java.lang.Boolean> forceDestroy)
      • repositoryName

        public RepositoryArgs.Builder repositoryName​(com.pulumi.core.Output<java.lang.String> repositoryName)
        Parameters:
        repositoryName - Name of the repository.
        Returns:
        builder
      • repositoryName

        public RepositoryArgs.Builder repositoryName​(java.lang.String repositoryName)
        Parameters:
        repositoryName - Name of the repository.
        Returns:
        builder
      • tags

        public RepositoryArgs.Builder tags​(@Nullable
                                           com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public RepositoryArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder