public static interface Session.Builder extends SdkPojo, CopyableBuilder<Session.Builder,Session>
| Modifier and Type | Method and Description |
|---|---|
Session.Builder |
sessionId(String sessionId)
The ID of the execute command session.
|
Session.Builder |
streamUrl(String streamUrl)
A URL to the managed agent on the container that the SSM Session Manager client uses to send commands and
receive output from the container.
|
Session.Builder |
tokenValue(String tokenValue)
An encrypted token value containing session and caller information.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSession.Builder sessionId(String sessionId)
The ID of the execute command session.
sessionId - The ID of the execute command session.Session.Builder streamUrl(String streamUrl)
A URL to the managed agent on the container that the SSM Session Manager client uses to send commands and receive output from the container.
streamUrl - A URL to the managed agent on the container that the SSM Session Manager client uses to send commands
and receive output from the container.Session.Builder tokenValue(String tokenValue)
An encrypted token value containing session and caller information. It's used to authenticate the connection to the container.
tokenValue - An encrypted token value containing session and caller information. It's used to authenticate the
connection to the container.Copyright © 2022. All rights reserved.