Class GitRepoVolumeSourcePatchArgs.Builder

    • Method Detail

      • directory

        public GitRepoVolumeSourcePatchArgs.Builder directory​(@Nullable
                                                              com.pulumi.core.Output<java.lang.String> directory)
        Parameters:
        directory - directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
        Returns:
        builder
      • directory

        public GitRepoVolumeSourcePatchArgs.Builder directory​(java.lang.String directory)
        Parameters:
        directory - directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
        Returns:
        builder
      • repository

        public GitRepoVolumeSourcePatchArgs.Builder repository​(@Nullable
                                                               com.pulumi.core.Output<java.lang.String> repository)
        Parameters:
        repository - repository is the URL
        Returns:
        builder
      • revision

        public GitRepoVolumeSourcePatchArgs.Builder revision​(@Nullable
                                                             com.pulumi.core.Output<java.lang.String> revision)
        Parameters:
        revision - revision is the commit hash for the specified revision.
        Returns:
        builder
      • revision

        public GitRepoVolumeSourcePatchArgs.Builder revision​(java.lang.String revision)
        Parameters:
        revision - revision is the commit hash for the specified revision.
        Returns:
        builder