Interface BrowserSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BrowserSummary.Builder,
,BrowserSummary> SdkBuilder<BrowserSummary.Builder,
,BrowserSummary> SdkPojo
- Enclosing class:
BrowserSummary
@Mutable
@NotThreadSafe
public static interface BrowserSummary.Builder
extends SdkPojo, CopyableBuilder<BrowserSummary.Builder,BrowserSummary>
-
Method Summary
Modifier and TypeMethodDescriptionbrowserArn
(String browserArn) The Amazon Resource Name (ARN) of the browser.The unique identifier of the browser.The timestamp when the browser was created.description
(String description) The description of the browser.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp when the browser was last updated.The name of the browser.The current status of the browser.status
(BrowserStatus status) The current status of the browser.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
-
browserId
The unique identifier of the browser.
- Parameters:
browserId
- The unique identifier of the browser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
browserArn
The Amazon Resource Name (ARN) of the browser.
- Parameters:
browserArn
- The Amazon Resource Name (ARN) of the browser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the browser.
- Parameters:
name
- The name of the browser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the browser.
- Parameters:
description
- The description of the browser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the browser.
- Parameters:
status
- The current status of the browser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the browser.
- Parameters:
status
- The current status of the browser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the browser was created.
- Parameters:
createdAt
- The timestamp when the browser was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp when the browser was last updated.
- Parameters:
lastUpdatedAt
- The timestamp when the browser was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-