Uses of Interface
software.amazon.awssdk.services.athena.model.SessionStatus.Builder
-
Packages that use SessionStatus.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of SessionStatus.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return SessionStatus.Builder Modifier and Type Method Description static SessionStatus.BuilderSessionStatus. builder()SessionStatus.BuilderSessionStatus.Builder. endDateTime(Instant endDateTime)The date and time that the session ended.SessionStatus.BuilderSessionStatus.Builder. idleSinceDateTime(Instant idleSinceDateTime)The date and time starting at which the session became idle.SessionStatus.BuilderSessionStatus.Builder. lastModifiedDateTime(Instant lastModifiedDateTime)The most recent date and time that the session was modified.SessionStatus.BuilderSessionStatus.Builder. startDateTime(Instant startDateTime)The date and time that the session started.SessionStatus.BuilderSessionStatus.Builder. state(String state)The state of the session.SessionStatus.BuilderSessionStatus.Builder. state(SessionState state)The state of the session.SessionStatus.BuilderSessionStatus.Builder. stateChangeReason(String stateChangeReason)The reason for the session state change (for example, canceled because the session was terminated).SessionStatus.BuilderSessionStatus. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type SessionStatus.Builder Modifier and Type Method Description static Class<? extends SessionStatus.Builder>SessionStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type SessionStatus.Builder Modifier and Type Method Description default GetSessionResponse.BuilderGetSessionResponse.Builder. status(Consumer<SessionStatus.Builder> status)Contains information about the status of the session.default GetSessionStatusResponse.BuilderGetSessionStatusResponse.Builder. status(Consumer<SessionStatus.Builder> status)Contains information about the status of the session.default SessionSummary.BuilderSessionSummary.Builder. status(Consumer<SessionStatus.Builder> status)Contains information about the session status.
-