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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ChannelMembershipForAppInstanceUserSummary.BuilderappInstanceUserMembershipSummary(Consumer<AppInstanceUserMembershipSummary.Builder> appInstanceUserMembershipSummary)Returns the channel membership data for anAppInstance.ChannelMembershipForAppInstanceUserSummary.BuilderappInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary)Returns the channel membership data for anAppInstance.default ChannelMembershipForAppInstanceUserSummary.BuilderchannelSummary(Consumer<ChannelSummary.Builder> channelSummary)Returns the channel data for anAppInstance.ChannelMembershipForAppInstanceUserSummary.BuilderchannelSummary(ChannelSummary channelSummary)Returns the channel data for anAppInstance.-
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
-
channelSummary
ChannelMembershipForAppInstanceUserSummary.Builder channelSummary(ChannelSummary 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:
channelSummary(ChannelSummary)
-
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:
appInstanceUserMembershipSummary(AppInstanceUserMembershipSummary)
-
-