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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndSessionResponse.BuildersessionArn(String sessionArn)The Amazon Resource Name (ARN) of the session you ended.EndSessionResponse.BuildersessionId(String sessionId)The unique identifier of the session you ended.EndSessionResponse.BuildersessionStatus(String sessionStatus)The current status of the session you ended.EndSessionResponse.BuildersessionStatus(SessionStatus sessionStatus)The current status of the session you ended.-
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
-
sessionArn
EndSessionResponse.Builder sessionArn(String 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.
-
sessionId
EndSessionResponse.Builder sessionId(String 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.
-
sessionStatus
EndSessionResponse.Builder sessionStatus(String 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,SessionStatus
-
sessionStatus
EndSessionResponse.Builder sessionStatus(SessionStatus 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,SessionStatus
-
-