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 SummaryModifier and TypeMethodDescriptionThe identifier of the actor associated with the session.The timestamp when the session was created.The unique identifier of the session.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sessionIdThe unique identifier of the session. - Parameters:
- sessionId- The unique identifier of the session.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
actorIdThe identifier of the actor associated with the session. - Parameters:
- actorId- The identifier of the actor associated with the session.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtThe 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.
 
 
-