Class DevEnvironmentRepositoryArgs.Builder

    • Method Detail

      • branchName

        public DevEnvironmentRepositoryArgs.Builder branchName​(@Nullable
                                                               com.pulumi.core.Output<java.lang.String> branchName)
        Parameters:
        branchName - The name of the branch in a source repository. persistent storage (` persistent_storage `) supports the following:
        Returns:
        builder
      • branchName

        public DevEnvironmentRepositoryArgs.Builder branchName​(java.lang.String branchName)
        Parameters:
        branchName - The name of the branch in a source repository. persistent storage (` persistent_storage `) supports the following:
        Returns:
        builder
      • repositoryName

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

        public DevEnvironmentRepositoryArgs.Builder repositoryName​(java.lang.String repositoryName)
        Parameters:
        repositoryName - The name of the source repository.
        Returns:
        builder