Interface BrowserSessionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BrowserSessionSummary.Builder,
,BrowserSessionSummary> SdkBuilder<BrowserSessionSummary.Builder,
,BrowserSessionSummary> SdkPojo
- Enclosing class:
BrowserSessionSummary
@Mutable
@NotThreadSafe
public static interface BrowserSessionSummary.Builder
extends SdkPojo, CopyableBuilder<BrowserSessionSummary.Builder,BrowserSessionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionbrowserIdentifier
(String browserIdentifier) The unique identifier of the browser associated with the session.The timestamp when the browser session was created.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp when the browser session was last updated.The name of the browser session.The unique identifier of the browser session.The current status of the browser session.status
(BrowserSessionStatus status) The current status of the browser 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 Details
-
browserIdentifier
The unique identifier of the browser associated with the session. This identifier specifies which browser environment is used for the session.
- Parameters:
browserIdentifier
- The unique identifier of the browser associated with the session. This identifier specifies which browser environment is used for the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
The unique identifier of the browser session. This identifier is used in operations that interact with the session.
- Parameters:
sessionId
- The unique identifier of the browser session. This identifier is used in operations that interact with the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the browser session. This name helps identify and manage the session.
- Parameters:
name
- The name of the browser session. This name helps identify and manage the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.
- Parameters:
status
- The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.
- Parameters:
status
- The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the browser session was created. This value is in ISO 8601 format.
- Parameters:
createdAt
- The timestamp when the browser session was created. This value is in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp when the browser session was last updated. This value is in ISO 8601 format.
- Parameters:
lastUpdatedAt
- The timestamp when the browser session was last updated. This value is in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-