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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
browserIdentifierThe 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.
 
- 
sessionIdThe 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.
 
- 
nameThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
createdAtThe 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.
 
- 
lastUpdatedAtThe 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.
 
 
-