Uses of Interface
software.amazon.awssdk.services.ssm.model.Session.Builder
Packages that use Session.Builder
-
Uses of Session.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return Session.BuilderModifier and TypeMethodDescriptionSession.Builder.accessType(String accessType) Standardaccess type is the default for Session Manager sessions.Session.Builder.accessType(AccessType accessType) Standardaccess type is the default for Session Manager sessions.static Session.BuilderSession.builder()Reserved for future use.Session.Builder.documentName(String documentName) The name of the Session Manager SSM document used to define the parameters and plugin settings for the session.The date and time, in ISO-8601 Extended format, when the session was terminated.Session.Builder.maxSessionDuration(String maxSessionDuration) The maximum duration of a session before it terminates.default Session.BuilderSession.Builder.outputUrl(Consumer<SessionManagerOutputUrl.Builder> outputUrl) Reserved for future use.Session.Builder.outputUrl(SessionManagerOutputUrl outputUrl) Reserved for future use.The ID of the Amazon Web Services user that started the session.The reason for connecting to the instance.The ID of the session.The date and time, in ISO-8601 Extended format, when the session began.The status of the session.Session.Builder.status(SessionStatus status) The status of the session.The managed node that the Session Manager session connected to.Session.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type Session.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Session.Builder>Session.serializableBuilderClass()