Interface MergeOperations.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<MergeOperations.Builder,,MergeOperations> SdkBuilder<MergeOperations.Builder,,MergeOperations> SdkPojo
- Enclosing class:
 MergeOperations
public static interface MergeOperations.Builder
extends SdkPojo, CopyableBuilder<MergeOperations.Builder,MergeOperations> 
- 
Method Summary
Modifier and TypeMethodDescriptiondestination(String destination) The operation on a file in the destination of a merge or pull request.destination(ChangeTypeEnum destination) The operation on a file in the destination of a merge or pull request.The operation (add, modify, or delete) on a file in the source of a merge or pull request.source(ChangeTypeEnum source) The operation (add, modify, or delete) on a file in the source of a merge or pull request.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, sdkFields 
- 
Method Details
- 
source
The operation (add, modify, or delete) on a file in the source of a merge or pull request.
- Parameters:
 source- The operation (add, modify, or delete) on a file in the source of a merge or pull request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
source
The operation (add, modify, or delete) on a file in the source of a merge or pull request.
- Parameters:
 source- The operation (add, modify, or delete) on a file in the source of a merge or pull request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
destination
The operation on a file in the destination of a merge or pull request.
- Parameters:
 destination- The operation on a file in the destination of a merge or pull request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
destination
The operation on a file in the destination of a merge or pull request.
- Parameters:
 destination- The operation on a file in the destination of a merge or pull request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -