Interface StartCodeInterpreterSessionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreResponse.Builder,Buildable,CopyableBuilder<StartCodeInterpreterSessionResponse.Builder,,StartCodeInterpreterSessionResponse> SdkBuilder<StartCodeInterpreterSessionResponse.Builder,,StartCodeInterpreterSessionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartCodeInterpreterSessionResponse
@Mutable
@NotThreadSafe
public static interface StartCodeInterpreterSessionResponse.Builder
extends BedrockAgentCoreResponse.Builder, SdkPojo, CopyableBuilder<StartCodeInterpreterSessionResponse.Builder,StartCodeInterpreterSessionResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncodeInterpreterIdentifier(String codeInterpreterIdentifier) The identifier of the code interpreter.The time at which the code interpreter session was created.The unique identifier of the created code interpreter session.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreResponse.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
-
codeInterpreterIdentifier
StartCodeInterpreterSessionResponse.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.
-
sessionId
The unique identifier of the created code interpreter session.
- Parameters:
sessionId- The unique identifier of the created code interpreter session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time at which the code interpreter session was created.
- Parameters:
createdAt- The time at which the code interpreter session was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-