Interface BatchGetCommitsError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetCommitsError.Builder,BatchGetCommitsError>,SdkBuilder<BatchGetCommitsError.Builder,BatchGetCommitsError>,SdkPojo
- Enclosing class:
- BatchGetCommitsError
public static interface BatchGetCommitsError.Builder extends SdkPojo, CopyableBuilder<BatchGetCommitsError.Builder,BatchGetCommitsError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetCommitsError.BuildercommitId(String commitId)A commit ID that either could not be found or was not in a valid format.BatchGetCommitsError.BuildererrorCode(String errorCode)An error code that specifies whether the commit ID was not valid or not found.BatchGetCommitsError.BuildererrorMessage(String errorMessage)An error message that provides detail about why the commit ID either was not found or was not valid.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
commitId
BatchGetCommitsError.Builder commitId(String commitId)
A commit ID that either could not be found or was not in a valid format.
- Parameters:
commitId- A commit ID that either could not be found or was not in a valid format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
BatchGetCommitsError.Builder errorCode(String errorCode)
An error code that specifies whether the commit ID was not valid or not found.
- Parameters:
errorCode- An error code that specifies whether the commit ID was not valid or not found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
BatchGetCommitsError.Builder errorMessage(String errorMessage)
An error message that provides detail about why the commit ID either was not found or was not valid.
- Parameters:
errorMessage- An error message that provides detail about why the commit ID either was not found or was not valid.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-