public static interface Session.Builder extends SdkPojo, CopyableBuilder<Session.Builder,Session>
Modifier and Type | Method and Description |
---|---|
Session.Builder |
duration(Integer duration)
The duration of the session, in milliseconds.
|
Session.Builder |
id(String id)
A unique identifier for the session.
|
Session.Builder |
startTimestamp(String startTimestamp)
The date and time when the session began.
|
Session.Builder |
stopTimestamp(String stopTimestamp)
The date and time when the session ended.
|
copy
applyMutation, build
Session.Builder duration(Integer duration)
duration
- The duration of the session, in milliseconds.Session.Builder id(String id)
id
- A unique identifier for the session.Session.Builder startTimestamp(String startTimestamp)
startTimestamp
- The date and time when the session began.Session.Builder stopTimestamp(String stopTimestamp)
stopTimestamp
- The date and time when the session ended.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.