Interface CreateBrowserResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentCoreControlResponse.Builder
,Buildable
,CopyableBuilder<CreateBrowserResponse.Builder,
,CreateBrowserResponse> SdkBuilder<CreateBrowserResponse.Builder,
,CreateBrowserResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateBrowserResponse
@Mutable
@NotThreadSafe
public static interface CreateBrowserResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<CreateBrowserResponse.Builder,CreateBrowserResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbrowserArn
(String browserArn) The Amazon Resource Name (ARN) of the created browser.The unique identifier of the created browser.The timestamp when the browser was created.The current status of the browser.status
(BrowserStatus status) The current status of the browser.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
browserId
The unique identifier of the created browser.
- Parameters:
browserId
- The unique identifier of the created browser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
browserArn
The Amazon Resource Name (ARN) of the created browser.
- Parameters:
browserArn
- The Amazon Resource Name (ARN) of the created browser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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:
-