Interface UpdateSessionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentRuntimeResponse.Builder
,Buildable
,CopyableBuilder<UpdateSessionResponse.Builder,
,UpdateSessionResponse> SdkBuilder<UpdateSessionResponse.Builder,
,UpdateSessionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateSessionResponse
@Mutable
@NotThreadSafe
public static interface UpdateSessionResponse.Builder
extends BedrockAgentRuntimeResponse.Builder, SdkPojo, CopyableBuilder<UpdateSessionResponse.Builder,UpdateSessionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp for when the session was created.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp for when the session was last modified.sessionArn
(String sessionArn) The Amazon Resource Name (ARN) of the session that was updated.The unique identifier of the session you updated.sessionStatus
(String sessionStatus) The status of the session you updated.sessionStatus
(SessionStatus sessionStatus) The status of the session you updated.Methods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeResponse.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
-
createdAt
The timestamp for when the session was created.
- Parameters:
createdAt
- The timestamp for when the session was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp for when the session was last modified.
- Parameters:
lastUpdatedAt
- The timestamp for when the session was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionArn
The Amazon Resource Name (ARN) of the session that was updated.
- Parameters:
sessionArn
- The Amazon Resource Name (ARN) of the session that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
The unique identifier of the session you updated.
- Parameters:
sessionId
- The unique identifier of the session you updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionStatus
The status of the session you updated.
- Parameters:
sessionStatus
- The status of the session you updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sessionStatus
The status of the session you updated.
- Parameters:
sessionStatus
- The status of the session you updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-