Interface DeduplicationConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeduplicationConfiguration.Builder,,DeduplicationConfiguration> SdkBuilder<DeduplicationConfiguration.Builder,,DeduplicationConfiguration> SdkPojo
- Enclosing class:
DeduplicationConfiguration
@Mutable
@NotThreadSafe
public static interface DeduplicationConfiguration.Builder
extends SdkPojo, CopyableBuilder<DeduplicationConfiguration.Builder,DeduplicationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondeduplicationType(String deduplicationType) Sets the value of the DeduplicationType property for this object.deduplicationType(DeduplicationType deduplicationType) Sets the value of the DeduplicationType property for this object.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
-
deduplicationType
Sets the value of the DeduplicationType property for this object.- Parameters:
deduplicationType- The new value for the DeduplicationType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deduplicationType
Sets the value of the DeduplicationType property for this object.- Parameters:
deduplicationType- The new value for the DeduplicationType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-