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