Interface ChannelMembershipForAppInstanceUserSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ChannelMembershipForAppInstanceUserSummary.Builder,,ChannelMembershipForAppInstanceUserSummary> SdkBuilder<ChannelMembershipForAppInstanceUserSummary.Builder,,ChannelMembershipForAppInstanceUserSummary> SdkPojo
- Enclosing class:
 ChannelMembershipForAppInstanceUserSummary
public static interface ChannelMembershipForAppInstanceUserSummary.Builder
extends SdkPojo, CopyableBuilder<ChannelMembershipForAppInstanceUserSummary.Builder,ChannelMembershipForAppInstanceUserSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptionappInstanceUserMembershipSummary(Consumer<AppInstanceUserMembershipSummary.Builder> appInstanceUserMembershipSummary) Returns the channel membership data for anAppInstance.appInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary) Returns the channel membership data for anAppInstance.channelSummary(Consumer<ChannelSummary.Builder> channelSummary) Returns the channel data for anAppInstance.channelSummary(ChannelSummary channelSummary) Returns the channel data for anAppInstance.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
- 
channelSummary
Returns the channel data for an
AppInstance.- Parameters:
 channelSummary- Returns the channel data for anAppInstance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
channelSummary
default ChannelMembershipForAppInstanceUserSummary.Builder channelSummary(Consumer<ChannelSummary.Builder> channelSummary) Returns the channel data for an
This is a convenience method that creates an instance of theAppInstance.ChannelSummary.Builderavoiding the need to create one manually viaChannelSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochannelSummary(ChannelSummary).- Parameters:
 channelSummary- a consumer that will call methods onChannelSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
appInstanceUserMembershipSummary
ChannelMembershipForAppInstanceUserSummary.Builder appInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary) Returns the channel membership data for an
AppInstance.- Parameters:
 appInstanceUserMembershipSummary- Returns the channel membership data for anAppInstance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
appInstanceUserMembershipSummary
default ChannelMembershipForAppInstanceUserSummary.Builder appInstanceUserMembershipSummary(Consumer<AppInstanceUserMembershipSummary.Builder> appInstanceUserMembershipSummary) Returns the channel membership data for an
This is a convenience method that creates an instance of theAppInstance.AppInstanceUserMembershipSummary.Builderavoiding the need to create one manually viaAppInstanceUserMembershipSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toappInstanceUserMembershipSummary(AppInstanceUserMembershipSummary).- Parameters:
 appInstanceUserMembershipSummary- a consumer that will call methods onAppInstanceUserMembershipSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -