Interface AppInstanceUserMembershipSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AppInstanceUserMembershipSummary.Builder,,AppInstanceUserMembershipSummary> SdkBuilder<AppInstanceUserMembershipSummary.Builder,,AppInstanceUserMembershipSummary> SdkPojo
- Enclosing class:
 AppInstanceUserMembershipSummary
public static interface AppInstanceUserMembershipSummary.Builder
extends SdkPojo, CopyableBuilder<AppInstanceUserMembershipSummary.Builder,AppInstanceUserMembershipSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptionreadMarkerTimestamp(Instant readMarkerTimestamp) The time at which anAppInstanceUserlast marked a channel as read.subChannelId(String subChannelId) The ID of the SubChannel that theAppInstanceUseris a member of.The type ofChannelMembership.type(ChannelMembershipType type) The type ofChannelMembership.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
- 
type
The type of
ChannelMembership.- Parameters:
 type- The type ofChannelMembership.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The type of
ChannelMembership.- Parameters:
 type- The type ofChannelMembership.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
readMarkerTimestamp
The time at which an
AppInstanceUserlast marked a channel as read.- Parameters:
 readMarkerTimestamp- The time at which anAppInstanceUserlast marked a channel as read.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subChannelId
The ID of the SubChannel that the
AppInstanceUseris a member of.- Parameters:
 subChannelId- The ID of the SubChannel that theAppInstanceUseris a member of.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -