Interface RoomRetentionSettings.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RoomRetentionSettings.Builder,,RoomRetentionSettings> SdkBuilder<RoomRetentionSettings.Builder,,RoomRetentionSettings> SdkPojo
- Enclosing class:
 RoomRetentionSettings
public static interface RoomRetentionSettings.Builder
extends SdkPojo, CopyableBuilder<RoomRetentionSettings.Builder,RoomRetentionSettings> 
- 
Method Summary
Modifier and TypeMethodDescriptionretentionDays(Integer retentionDays) The number of days for which to retain chat-room messages.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
- 
retentionDays
The number of days for which to retain chat-room messages.
- Parameters:
 retentionDays- The number of days for which to retain chat-room messages.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -