Uses of Class
software.amazon.awscdk.services.codestar.CfnGitHubRepository.Builder
Packages that use CfnGitHubRepository.Builder
-
Uses of CfnGitHubRepository.Builder in software.amazon.awscdk.services.codestar
Methods in software.amazon.awscdk.services.codestar that return CfnGitHubRepository.BuilderModifier and TypeMethodDescriptionCfnGitHubRepository.Builder.code(IResolvable code) Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.CfnGitHubRepository.Builder.code(CfnGitHubRepository.CodeProperty code) Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.CfnGitHubRepository.Builder.connectionArn(String connectionArn) static CfnGitHubRepository.BuilderCfnGitHubRepository.Builder.enableIssues(Boolean enableIssues) Indicates whether to enable issues for the GitHub repository.CfnGitHubRepository.Builder.enableIssues(IResolvable enableIssues) Indicates whether to enable issues for the GitHub repository.Indicates whether the GitHub repository is a private repository.CfnGitHubRepository.Builder.isPrivate(IResolvable isPrivate) Indicates whether the GitHub repository is a private repository.CfnGitHubRepository.Builder.repositoryAccessToken(String repositoryAccessToken) The GitHub user's personal access token for the GitHub repository.CfnGitHubRepository.Builder.repositoryDescription(String repositoryDescription) A comment or description about the new repository.CfnGitHubRepository.Builder.repositoryName(String repositoryName) The name of the repository you want to create in GitHub with AWS CloudFormation stack creation.CfnGitHubRepository.Builder.repositoryOwner(String repositoryOwner) The GitHub user name for the owner of the GitHub repository to be created.