Interface BackendAPIConflictResolution.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BackendAPIConflictResolution.Builder,,BackendAPIConflictResolution> SdkBuilder<BackendAPIConflictResolution.Builder,,BackendAPIConflictResolution> SdkPojo
- Enclosing class:
 BackendAPIConflictResolution
public static interface BackendAPIConflictResolution.Builder
extends SdkPojo, CopyableBuilder<BackendAPIConflictResolution.Builder,BackendAPIConflictResolution> 
- 
Method Summary
Modifier and TypeMethodDescriptionresolutionStrategy(String resolutionStrategy) The strategy for conflict resolution.resolutionStrategy(ResolutionStrategy resolutionStrategy) The strategy for conflict resolution.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
- 
resolutionStrategy
The strategy for conflict resolution.
- Parameters:
 resolutionStrategy- The strategy for conflict resolution.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
resolutionStrategy
The strategy for conflict resolution.
- Parameters:
 resolutionStrategy- The strategy for conflict resolution.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -