public static interface GitHubCodeDestination.Builder extends SdkPojo, CopyableBuilder<GitHubCodeDestination.Builder,GitHubCodeDestination>
Modifier and Type | Method and Description |
---|---|
GitHubCodeDestination.Builder |
description(String description)
Description for the GitHub repository to be created in AWS CodeStar.
|
GitHubCodeDestination.Builder |
issuesEnabled(Boolean issuesEnabled)
Whether to enable issues for the GitHub repository.
|
GitHubCodeDestination.Builder |
name(String name)
Name of the GitHub repository to be created in AWS CodeStar.
|
GitHubCodeDestination.Builder |
owner(String owner)
The GitHub username for the owner of the GitHub repository to be created in AWS CodeStar.
|
GitHubCodeDestination.Builder |
privateRepository(Boolean privateRepository)
Whether the GitHub repository is to be a private repository.
|
GitHubCodeDestination.Builder |
token(String token)
The GitHub user's personal access token for the GitHub repository.
|
GitHubCodeDestination.Builder |
type(String type)
The type of GitHub repository to be created in AWS CodeStar.
|
copy
applyMutation, build
GitHubCodeDestination.Builder name(String name)
Name of the GitHub repository to be created in AWS CodeStar.
name
- Name of the GitHub repository to be created in AWS CodeStar.GitHubCodeDestination.Builder description(String description)
Description for the GitHub repository to be created in AWS CodeStar. This description displays in GitHub after the repository is created.
description
- Description for the GitHub repository to be created in AWS CodeStar. This description displays in
GitHub after the repository is created.GitHubCodeDestination.Builder type(String type)
The type of GitHub repository to be created in AWS CodeStar. Valid values are User or Organization.
type
- The type of GitHub repository to be created in AWS CodeStar. Valid values are User or Organization.GitHubCodeDestination.Builder owner(String owner)
The GitHub username for the owner of the GitHub repository to be created in AWS CodeStar. If this repository should be owned by a GitHub organization, provide its name.
owner
- The GitHub username for the owner of the GitHub repository to be created in AWS CodeStar. If this
repository should be owned by a GitHub organization, provide its name.GitHubCodeDestination.Builder privateRepository(Boolean privateRepository)
Whether the GitHub repository is to be a private repository.
privateRepository
- Whether the GitHub repository is to be a private repository.GitHubCodeDestination.Builder issuesEnabled(Boolean issuesEnabled)
Whether to enable issues for the GitHub repository.
issuesEnabled
- Whether to enable issues for the GitHub repository.GitHubCodeDestination.Builder token(String token)
The GitHub user's personal access token for the GitHub repository.
token
- The GitHub user's personal access token for the GitHub repository.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.