Interface BrowserProfileSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BrowserProfileSummary.Builder,,BrowserProfileSummary> SdkBuilder<BrowserProfileSummary.Builder,,BrowserProfileSummary> SdkPojo
- Enclosing class:
BrowserProfileSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the browser profile was created.description(String description) The description of the browser profile.lastSavedAt(Instant lastSavedAt) The timestamp when browser session data was last saved to this profile.lastSavedBrowserId(String lastSavedBrowserId) The identifier of the browser from which data was last saved to this profile.lastSavedBrowserSessionId(String lastSavedBrowserSessionId) The identifier of the browser session from which data was last saved to this profile.lastUpdatedAt(Instant lastUpdatedAt) The timestamp when the browser profile was last updated.The name of the browser profile.profileArn(String profileArn) The Amazon Resource Name (ARN) of the browser profile.The unique identifier of the browser profile.The current status of the browser profile.status(BrowserProfileStatus status) The current status of the browser profile.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
-
profileId
The unique identifier of the browser profile.
- Parameters:
profileId- The unique identifier of the browser profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileArn
The Amazon Resource Name (ARN) of the browser profile.
- Parameters:
profileArn- The Amazon Resource Name (ARN) of the browser profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the browser profile.
- Parameters:
name- The name of the browser profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the browser profile.
- Parameters:
description- The description of the browser profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the browser profile. Possible values include READY, SAVING, DELETING, and DELETED.
- Parameters:
status- The current status of the browser profile. Possible values include READY, SAVING, DELETING, and DELETED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the browser profile. Possible values include READY, SAVING, DELETING, and DELETED.
- Parameters:
status- The current status of the browser profile. Possible values include READY, SAVING, DELETING, and DELETED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the browser profile was created.
- Parameters:
createdAt- The timestamp when the browser profile was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp when the browser profile was last updated.
- Parameters:
lastUpdatedAt- The timestamp when the browser profile was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastSavedAt
The timestamp when browser session data was last saved to this profile.
- Parameters:
lastSavedAt- The timestamp when browser session data was last saved to this profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastSavedBrowserSessionId
The identifier of the browser session from which data was last saved to this profile.
- Parameters:
lastSavedBrowserSessionId- The identifier of the browser session from which data was last saved to this profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastSavedBrowserId
The identifier of the browser from which data was last saved to this profile.
- Parameters:
lastSavedBrowserId- The identifier of the browser from which data was last saved to this profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-