public static interface GitHubLocation.Builder extends CopyableBuilder<GitHubLocation.Builder,GitHubLocation>
Modifier and Type | Method and Description |
---|---|
GitHubLocation.Builder |
commitId(String commitId)
The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
|
GitHubLocation.Builder |
repository(String repository)
The GitHub account and repository pair that stores a reference to the commit that represents the bundled
artifacts for the application revision.
|
copy
applyMutation, build
GitHubLocation.Builder repository(String repository)
The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.
Specified as account/repository.
repository
- The GitHub account and repository pair that stores a reference to the commit that represents the
bundled artifacts for the application revision.
Specified as account/repository.
GitHubLocation.Builder commitId(String commitId)
The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
commitId
- The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application
revision.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.