Interface BatchDescribeMergeConflictsError.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchDescribeMergeConflictsError.Builder,,BatchDescribeMergeConflictsError> SdkBuilder<BatchDescribeMergeConflictsError.Builder,,BatchDescribeMergeConflictsError> SdkPojo
- Enclosing class:
 BatchDescribeMergeConflictsError
public static interface BatchDescribeMergeConflictsError.Builder
extends SdkPojo, CopyableBuilder<BatchDescribeMergeConflictsError.Builder,BatchDescribeMergeConflictsError> 
- 
Method Summary
Modifier and TypeMethodDescriptionexceptionName(String exceptionName) The name of the exception.The path to the file.The message provided by the exception.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
filePath
The path to the file.
- Parameters:
 filePath- The path to the file.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
exceptionName
The name of the exception.
- Parameters:
 exceptionName- The name of the exception.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
message
The message provided by the exception.
- Parameters:
 message- The message provided by the exception.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -