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 a message was last read.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 a message was last read.
- Parameters:
readMarkerTimestamp- The time at which a message was last read.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-