Interface SessionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SessionSummary.Builder,SessionSummary>,SdkBuilder<SessionSummary.Builder,SessionSummary>,SdkPojo
- Enclosing class:
- SessionSummary
public static interface SessionSummary.Builder extends SdkPojo, CopyableBuilder<SessionSummary.Builder,SessionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionSummary.BuilderendTime(Instant endTime)The end time of the session.SessionSummary.BuilderportalArn(String portalArn)The ARN of the web portal.SessionSummary.BuildersessionId(String sessionId)The ID of the session.SessionSummary.BuilderstartTime(Instant startTime)The start time of the session.SessionSummary.Builderstatus(String status)The status of the session.SessionSummary.Builderstatus(SessionStatus status)The status of the session.SessionSummary.Builderusername(String username)The username of the session.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
endTime
SessionSummary.Builder endTime(Instant endTime)
The end time of the session.
- Parameters:
endTime- The end time of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portalArn
SessionSummary.Builder portalArn(String portalArn)
The ARN of the web portal.
- Parameters:
portalArn- The ARN of the web portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
SessionSummary.Builder sessionId(String sessionId)
The ID of the session.
- Parameters:
sessionId- The ID of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
SessionSummary.Builder startTime(Instant startTime)
The start time of the session.
- Parameters:
startTime- The start time of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
SessionSummary.Builder status(String status)
The status of the session.
- Parameters:
status- The status of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SessionStatus,SessionStatus
-
status
SessionSummary.Builder status(SessionStatus status)
The status of the session.
- Parameters:
status- The status of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SessionStatus,SessionStatus
-
username
SessionSummary.Builder username(String username)
The username of the session.
- Parameters:
username- The username of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-