Class RepositoryArgs.Builder

  • Enclosing class:
    RepositoryArgs

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

      • Builder

        public Builder()
    • Method Detail

      • annotations

        public RepositoryArgs.Builder annotations​(@Nullable
                                                  com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> annotations)
        Parameters:
        annotations - Allows clients to store small amounts of arbitrary data. **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field `effective_annotations` for all of the annotations present on the resource.
        Returns:
        builder
      • annotations

        public RepositoryArgs.Builder annotations​(java.util.Map<java.lang.String,​java.lang.String> annotations)
        Parameters:
        annotations - Allows clients to store small amounts of arbitrary data. **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field `effective_annotations` for all of the annotations present on the resource.
        Returns:
        builder
      • location

        public RepositoryArgs.Builder location​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> location)
        Parameters:
        location - The location for the resource
        Returns:
        builder
      • location

        public RepositoryArgs.Builder location​(java.lang.String location)
        Parameters:
        location - The location for the resource
        Returns:
        builder
      • name

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

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

        public RepositoryArgs.Builder parentConnection​(com.pulumi.core.Output<java.lang.String> parentConnection)
        Parameters:
        parentConnection - The connection for the resource
        Returns:
        builder
      • parentConnection

        public RepositoryArgs.Builder parentConnection​(java.lang.String parentConnection)
        Parameters:
        parentConnection - The connection for the resource
        Returns:
        builder
      • project

        public RepositoryArgs.Builder project​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> project)
        Parameters:
        project - The project for the resource
        Returns:
        builder
      • project

        public RepositoryArgs.Builder project​(java.lang.String project)
        Parameters:
        project - The project for the resource
        Returns:
        builder
      • remoteUri

        public RepositoryArgs.Builder remoteUri​(com.pulumi.core.Output<java.lang.String> remoteUri)
        Parameters:
        remoteUri - Required. Git Clone HTTPS URI. ***
        Returns:
        builder
      • remoteUri

        public RepositoryArgs.Builder remoteUri​(java.lang.String remoteUri)
        Parameters:
        remoteUri - Required. Git Clone HTTPS URI. ***
        Returns:
        builder