Interface ConflictResolution.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConflictResolution.Builder,
,ConflictResolution> SdkBuilder<ConflictResolution.Builder,
,ConflictResolution> SdkPojo
- Enclosing class:
ConflictResolution
-
Method Summary
Modifier and TypeMethodDescriptionconflictResolvingModel
(String conflictResolvingModel) How the auto-merging process should resolve conflicts between different profiles.conflictResolvingModel
(ConflictResolvingModel conflictResolvingModel) How the auto-merging process should resolve conflicts between different profiles.sourceName
(String sourceName) TheObjectType
name that is used to resolve profile merging conflicts when choosingSOURCE
as theConflictResolvingModel
.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 Details
-
conflictResolvingModel
How the auto-merging process should resolve conflicts between different profiles.
-
RECENCY
: Uses the data that was most recently updated. -
SOURCE
: Uses the data from a specific source. For example, if a company has been aquired or two departments have merged, data from the specified source is used. If two duplicate profiles are from the same source, thenRECENCY
is used again.
- Parameters:
conflictResolvingModel
- How the auto-merging process should resolve conflicts between different profiles.-
RECENCY
: Uses the data that was most recently updated. -
SOURCE
: Uses the data from a specific source. For example, if a company has been aquired or two departments have merged, data from the specified source is used. If two duplicate profiles are from the same source, thenRECENCY
is used again.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
conflictResolvingModel
How the auto-merging process should resolve conflicts between different profiles.
-
RECENCY
: Uses the data that was most recently updated. -
SOURCE
: Uses the data from a specific source. For example, if a company has been aquired or two departments have merged, data from the specified source is used. If two duplicate profiles are from the same source, thenRECENCY
is used again.
- Parameters:
conflictResolvingModel
- How the auto-merging process should resolve conflicts between different profiles.-
RECENCY
: Uses the data that was most recently updated. -
SOURCE
: Uses the data from a specific source. For example, if a company has been aquired or two departments have merged, data from the specified source is used. If two duplicate profiles are from the same source, thenRECENCY
is used again.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
sourceName
The
ObjectType
name that is used to resolve profile merging conflicts when choosingSOURCE
as theConflictResolvingModel
.- Parameters:
sourceName
- TheObjectType
name that is used to resolve profile merging conflicts when choosingSOURCE
as theConflictResolvingModel
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-