Interface SaveBrowserSessionProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreResponse.Builder,Buildable,CopyableBuilder<SaveBrowserSessionProfileResponse.Builder,,SaveBrowserSessionProfileResponse> SdkBuilder<SaveBrowserSessionProfileResponse.Builder,,SaveBrowserSessionProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SaveBrowserSessionProfileResponse
@Mutable
@NotThreadSafe
public static interface SaveBrowserSessionProfileResponse.Builder
extends BedrockAgentCoreResponse.Builder, SdkPojo, CopyableBuilder<SaveBrowserSessionProfileResponse.Builder,SaveBrowserSessionProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbrowserIdentifier(String browserIdentifier) The unique identifier of the browser associated with the session from which the profile was saved.lastUpdatedAt(Instant lastUpdatedAt) The timestamp when the browser profile was last updated.profileIdentifier(String profileIdentifier) The unique identifier of the saved browser profile.The unique identifier of the browser session from which the profile was saved.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
profileIdentifier
The unique identifier of the saved browser profile.
- Parameters:
profileIdentifier- The unique identifier of the saved browser profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
browserIdentifier
The unique identifier of the browser associated with the session from which the profile was saved.
- Parameters:
browserIdentifier- The unique identifier of the browser associated with the session from which the profile was saved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
The unique identifier of the browser session from which the profile was saved.
- Parameters:
sessionId- The unique identifier of the browser session from which the profile was saved.- 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. This value is in ISO 8601 format.
- Parameters:
lastUpdatedAt- The timestamp when the browser profile 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.
-