| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static GitHubLocation.Builder |
GitHubLocation.builder() |
GitHubLocation.Builder |
GitHubLocation.Builder.commitId(String commitId)
The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.
|
GitHubLocation.Builder |
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.
|
GitHubLocation.Builder |
GitHubLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GitHubLocation.Builder> |
GitHubLocation.serializableBuilderClass() |
Copyright © 2017. All rights reserved.