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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSessionResponse.BuildercreatedAt(Instant createdAt)The timestamp for when the session was created.UpdateSessionResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp for when the session was last modified.UpdateSessionResponse.BuildersessionArn(String sessionArn)The Amazon Resource Name (ARN) of the session that was updated.UpdateSessionResponse.BuildersessionId(String sessionId)The unique identifier of the session you updated.UpdateSessionResponse.BuildersessionStatus(String sessionStatus)The status of the session you updated.UpdateSessionResponse.BuildersessionStatus(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 Detail
-
createdAt
UpdateSessionResponse.Builder createdAt(Instant 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
UpdateSessionResponse.Builder lastUpdatedAt(Instant 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
UpdateSessionResponse.Builder sessionArn(String 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
UpdateSessionResponse.Builder sessionId(String 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
UpdateSessionResponse.Builder sessionStatus(String 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,SessionStatus
-
sessionStatus
UpdateSessionResponse.Builder sessionStatus(SessionStatus 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,SessionStatus
-
-