Interface StopRuntimeSessionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentCoreResponse.Builder
,Buildable
,CopyableBuilder<StopRuntimeSessionResponse.Builder,
,StopRuntimeSessionResponse> SdkBuilder<StopRuntimeSessionResponse.Builder,
,StopRuntimeSessionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StopRuntimeSessionResponse
@Mutable
@NotThreadSafe
public static interface StopRuntimeSessionResponse.Builder
extends BedrockAgentCoreResponse.Builder, SdkPojo, CopyableBuilder<StopRuntimeSessionResponse.Builder,StopRuntimeSessionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionruntimeSessionId
(String runtimeSessionId) The ID of the session that you requested to stop.statusCode
(Integer statusCodeValue) The status code of the request to stop the session.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreResponse.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
-
runtimeSessionId
The ID of the session that you requested to stop.
- Parameters:
runtimeSessionId
- The ID of the session that you requested to stop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
The status code of the request to stop the session.
- Parameters:
statusCodeValue
- The status code of the request to stop the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-