Interface SessionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SessionSummary.Builder,,SessionSummary> SdkBuilder<SessionSummary.Builder,,SessionSummary> SdkPojo
- Enclosing class:
SessionSummary
@Mutable
@NotThreadSafe
public static interface SessionSummary.Builder
extends SdkPojo, CopyableBuilder<SessionSummary.Builder,SessionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the session was created.lastActivityAt(Instant lastActivityAt) The timestamp of the most recent activity in the session.The unique ID of the session.sessionName(String sessionName) The human-readable name of the session.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sessionId
The unique ID of the session.
- Parameters:
sessionId- The unique ID of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the session was created.
- Parameters:
createdAt- The timestamp when the session was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastActivityAt
The timestamp of the most recent activity in the session.
- Parameters:
lastActivityAt- The timestamp of the most recent activity in the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionName
The human-readable name of the session. Names under
/aws/are reserved for service integrations.- Parameters:
sessionName- The human-readable name of the session. Names under/aws/are reserved for service integrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-