| Package | Description |
|---|---|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
GitHubCodeDestination |
GitHubCodeDestination.clone() |
GitHubCodeDestination |
CodeDestination.getGitHub()
Information about the GitHub repository to be created in AWS CodeStar.
|
GitHubCodeDestination |
GitHubCodeDestination.withDescription(String description)
Description for the GitHub repository to be created in AWS CodeStar.
|
GitHubCodeDestination |
GitHubCodeDestination.withIssuesEnabled(Boolean issuesEnabled)
Whether to enable issues for the GitHub repository.
|
GitHubCodeDestination |
GitHubCodeDestination.withName(String name)
Name of the GitHub repository to be created in AWS CodeStar.
|
GitHubCodeDestination |
GitHubCodeDestination.withOwner(String owner)
The GitHub username for the owner of the GitHub repository to be created in AWS CodeStar.
|
GitHubCodeDestination |
GitHubCodeDestination.withPrivateRepository(Boolean privateRepository)
Whether the GitHub repository is to be a private repository.
|
GitHubCodeDestination |
GitHubCodeDestination.withToken(String token)
The GitHub user's personal access token for the GitHub repository.
|
GitHubCodeDestination |
GitHubCodeDestination.withType(String type)
The type of GitHub repository to be created in AWS CodeStar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeDestination.setGitHub(GitHubCodeDestination gitHub)
Information about the GitHub repository to be created in AWS CodeStar.
|
CodeDestination |
CodeDestination.withGitHub(GitHubCodeDestination gitHub)
Information about the GitHub repository to be created in AWS CodeStar.
|
Copyright © 2021. All rights reserved.