static GitHubCodeDestination.Builder |
GitHubCodeDestination.builder() |
|
GitHubCodeDestination.Builder |
GitHubCodeDestination.Builder.description(String description) |
Description for the GitHub repository to be created in AWS CodeStar.
|
GitHubCodeDestination.Builder |
GitHubCodeDestination.Builder.issuesEnabled(Boolean issuesEnabled) |
Whether to enable issues for the GitHub repository.
|
GitHubCodeDestination.Builder |
GitHubCodeDestination.Builder.name(String name) |
Name of the GitHub repository to be created in AWS CodeStar.
|
GitHubCodeDestination.Builder |
GitHubCodeDestination.Builder.owner(String owner) |
The GitHub username for the owner of the GitHub repository to be created in AWS CodeStar.
|
GitHubCodeDestination.Builder |
GitHubCodeDestination.Builder.privateRepository(Boolean privateRepository) |
Whether the GitHub repository is to be a private repository.
|
GitHubCodeDestination.Builder |
GitHubCodeDestination.toBuilder() |
|
GitHubCodeDestination.Builder |
GitHubCodeDestination.Builder.token(String token) |
The GitHub user's personal access token for the GitHub repository.
|
GitHubCodeDestination.Builder |
GitHubCodeDestination.Builder.type(String type) |
The type of GitHub repository to be created in AWS CodeStar.
|