Interface SessionSharingConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SessionSharingConfiguration.Builder,
,SessionSharingConfiguration> SdkBuilder<SessionSharingConfiguration.Builder,
,SessionSharingConfiguration> SdkPojo
- Enclosing class:
SessionSharingConfiguration
@Mutable
@NotThreadSafe
public static interface SessionSharingConfiguration.Builder
extends SdkPojo, CopyableBuilder<SessionSharingConfiguration.Builder,SessionSharingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionacceptResponses
(Boolean acceptResponses) Indicates whether an Q App session can accept responses from users.Indicates whether an Q App session is shareable with other users.revealCards
(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 Details
-
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
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
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.
-