Interface SessionSharingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SessionSharingConfiguration.Builder,SessionSharingConfiguration>,SdkBuilder<SessionSharingConfiguration.Builder,SessionSharingConfiguration>,SdkPojo
- Enclosing class:
- SessionSharingConfiguration
public static interface SessionSharingConfiguration.Builder extends SdkPojo, CopyableBuilder<SessionSharingConfiguration.Builder,SessionSharingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionSharingConfiguration.BuilderacceptResponses(Boolean acceptResponses)Indicates whether an Q App session can accept responses from users.SessionSharingConfiguration.Builderenabled(Boolean enabled)Indicates whether an Q App session is shareable with other users.SessionSharingConfiguration.BuilderrevealCards(Boolean revealCards)Indicates whether collected responses for an Q App session are revealed for all users.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
enabled
SessionSharingConfiguration.Builder enabled(Boolean enabled)
Indicates whether an Q App session is shareable with other users.
- Parameters:
enabled- Indicates whether an Q App session is shareable with other users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acceptResponses
SessionSharingConfiguration.Builder acceptResponses(Boolean acceptResponses)
Indicates whether an Q App session can accept responses from users.
- Parameters:
acceptResponses- Indicates whether an Q App session can accept responses from users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revealCards
SessionSharingConfiguration.Builder revealCards(Boolean revealCards)
Indicates whether collected responses for an Q App session are revealed for all users.
- Parameters:
revealCards- Indicates whether collected responses for an Q App session are revealed for all users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-