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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDescribeMergeConflictsError.BuilderexceptionName(String exceptionName)The name of the exception.BatchDescribeMergeConflictsError.BuilderfilePath(String filePath)The path to the file.BatchDescribeMergeConflictsError.Buildermessage(String message)The message provided by the exception.-
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
-
filePath
BatchDescribeMergeConflictsError.Builder filePath(String 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
BatchDescribeMergeConflictsError.Builder exceptionName(String 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
BatchDescribeMergeConflictsError.Builder message(String 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.
-
-