Uses of Interface
software.amazon.awssdk.services.athena.model.StartSessionResponse.Builder
-
Packages that use StartSessionResponse.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of StartSessionResponse.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return StartSessionResponse.Builder Modifier and Type Method Description static StartSessionResponse.BuilderStartSessionResponse. builder()StartSessionResponse.BuilderStartSessionResponse.Builder. sessionId(String sessionId)The session ID.StartSessionResponse.BuilderStartSessionResponse.Builder. state(String state)The state of the session.StartSessionResponse.BuilderStartSessionResponse.Builder. state(SessionState state)The state of the session.StartSessionResponse.BuilderStartSessionResponse. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type StartSessionResponse.Builder Modifier and Type Method Description static Class<? extends StartSessionResponse.Builder>StartSessionResponse. serializableBuilderClass()
-