Uses of Interface
software.amazon.awssdk.services.qconnect.model.SessionData.Builder
-
Packages that use SessionData.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of SessionData.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return SessionData.Builder Modifier and Type Method Description static SessionData.BuilderSessionData. builder()SessionData.BuilderSessionData.Builder. description(String description)The description of the session.default SessionData.BuilderSessionData.Builder. integrationConfiguration(Consumer<SessionIntegrationConfiguration.Builder> integrationConfiguration)The configuration information for the session integration.SessionData.BuilderSessionData.Builder. integrationConfiguration(SessionIntegrationConfiguration integrationConfiguration)The configuration information for the session integration.SessionData.BuilderSessionData.Builder. name(String name)The name of the session.SessionData.BuilderSessionData.Builder. sessionArn(String sessionArn)The Amazon Resource Name (ARN) of the session.SessionData.BuilderSessionData.Builder. sessionId(String sessionId)The identifier of the session.SessionData.BuilderSessionData.Builder. tags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.SessionData.BuilderSessionData. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type SessionData.Builder Modifier and Type Method Description static Class<? extends SessionData.Builder>SessionData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type SessionData.Builder Modifier and Type Method Description default CreateSessionResponse.BuilderCreateSessionResponse.Builder. session(Consumer<SessionData.Builder> session)The session.default GetSessionResponse.BuilderGetSessionResponse.Builder. session(Consumer<SessionData.Builder> session)The session.
-