| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GitHubCodeDestination.Builder> |
GitHubCodeDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeDestination.Builder |
CodeDestination.Builder.gitHub(Consumer<GitHubCodeDestination.Builder> gitHub)
Information about the GitHub repository to be created in AWS CodeStar.
|
Copyright © 2019. All rights reserved.