Interface StopCodeInterpreterSessionResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- BedrockAgentCoreResponse.Builder,- Buildable,- CopyableBuilder<StopCodeInterpreterSessionResponse.Builder,,- StopCodeInterpreterSessionResponse> - SdkBuilder<StopCodeInterpreterSessionResponse.Builder,,- StopCodeInterpreterSessionResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- StopCodeInterpreterSessionResponse
@Mutable
@NotThreadSafe
public static interface StopCodeInterpreterSessionResponse.Builder
extends BedrockAgentCoreResponse.Builder, SdkPojo, CopyableBuilder<StopCodeInterpreterSessionResponse.Builder,StopCodeInterpreterSessionResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncodeInterpreterIdentifier(String codeInterpreterIdentifier) The identifier of the code interpreter.lastUpdatedAt(Instant lastUpdatedAt) The timestamp when the code interpreter session was last updated.The identifier of the code interpreter session.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
codeInterpreterIdentifierStopCodeInterpreterSessionResponse.Builder codeInterpreterIdentifier(String codeInterpreterIdentifier) The identifier of the code interpreter. - Parameters:
- codeInterpreterIdentifier- The identifier of the code interpreter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sessionIdThe identifier of the code interpreter session. - Parameters:
- sessionId- The identifier of the code interpreter session.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastUpdatedAtThe timestamp when the code interpreter session was last updated. - Parameters:
- lastUpdatedAt- The timestamp when the code interpreter session was last updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-