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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppInstanceUserMembershipSummary.BuilderreadMarkerTimestamp(Instant readMarkerTimestamp)The time at which anAppInstanceUserlast marked a channel as read.AppInstanceUserMembershipSummary.BuildersubChannelId(String subChannelId)The ID of the SubChannel that theAppInstanceUseris a member of.AppInstanceUserMembershipSummary.Buildertype(String type)The type ofChannelMembership.AppInstanceUserMembershipSummary.Buildertype(ChannelMembershipType type)The type ofChannelMembership.-
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, sdkFields
-
-
-
-
Method Detail
-
type
AppInstanceUserMembershipSummary.Builder type(String 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:
ChannelMembershipType,ChannelMembershipType
-
type
AppInstanceUserMembershipSummary.Builder type(ChannelMembershipType 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:
ChannelMembershipType,ChannelMembershipType
-
readMarkerTimestamp
AppInstanceUserMembershipSummary.Builder readMarkerTimestamp(Instant 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
AppInstanceUserMembershipSummary.Builder subChannelId(String 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.
-
-