| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static Session.Builder |
Session.builder() |
Session.Builder |
Session.Builder.details(String details)
Reserved for future use.
|
Session.Builder |
Session.Builder.documentName(String documentName)
The name of the Session Manager SSM document used to define the parameters and plugin settings for the
session.
|
Session.Builder |
Session.Builder.endDate(Instant endDate)
The date and time, in ISO-8601 Extended format, when the session was terminated.
|
Session.Builder |
Session.Builder.maxSessionDuration(String maxSessionDuration)
The maximum duration of a session before it terminates.
|
default Session.Builder |
Session.Builder.outputUrl(Consumer<SessionManagerOutputUrl.Builder> outputUrl)
Reserved for future use.
|
Session.Builder |
Session.Builder.outputUrl(SessionManagerOutputUrl outputUrl)
Reserved for future use.
|
Session.Builder |
Session.Builder.owner(String owner)
The ID of the Amazon Web Services user account that started the session.
|
Session.Builder |
Session.Builder.reason(String reason)
The reason for connecting to the instance.
|
Session.Builder |
Session.Builder.sessionId(String sessionId)
The ID of the session.
|
Session.Builder |
Session.Builder.startDate(Instant startDate)
The date and time, in ISO-8601 Extended format, when the session began.
|
Session.Builder |
Session.Builder.status(SessionStatus status)
The status of the session.
|
Session.Builder |
Session.Builder.status(String status)
The status of the session.
|
Session.Builder |
Session.Builder.target(String target)
The managed node that the Session Manager session connected to.
|
Session.Builder |
Session.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Session.Builder> |
Session.serializableBuilderClass() |
Copyright © 2022. All rights reserved.