| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetCommitsError.Builder |
BatchGetCommitsError.builder() |
BatchGetCommitsError.Builder |
BatchGetCommitsError.Builder.commitId(String commitId)
A commit ID that either could not be found or was not in a valid format.
|
BatchGetCommitsError.Builder |
BatchGetCommitsError.Builder.errorCode(String errorCode)
An error code that specifies whether the commit ID was not valid or not found.
|
BatchGetCommitsError.Builder |
BatchGetCommitsError.Builder.errorMessage(String errorMessage)
An error message that provides detail about why the commit ID either was not found or was not valid.
|
BatchGetCommitsError.Builder |
BatchGetCommitsError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetCommitsError.Builder> |
BatchGetCommitsError.serializableBuilderClass() |
Copyright © 2022. All rights reserved.