| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static Target.Builder |
Target.builder() |
Target.Builder |
Target.Builder.destinationReference(String destinationReference)
The branch of the repository where the pull request changes are merged.
|
Target.Builder |
Target.Builder.repositoryName(String repositoryName)
The name of the repository that contains the pull request.
|
Target.Builder |
Target.Builder.sourceReference(String sourceReference)
The branch of the repository that contains the changes for the pull request.
|
Target.Builder |
Target.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Target.Builder> |
Target.serializableBuilderClass() |
Copyright © 2020. All rights reserved.