Interface GetCodeInterpreterSessionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentCoreResponse.Builder
,Buildable
,CopyableBuilder<GetCodeInterpreterSessionResponse.Builder,
,GetCodeInterpreterSessionResponse> SdkBuilder<GetCodeInterpreterSessionResponse.Builder,
,GetCodeInterpreterSessionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetCodeInterpreterSessionResponse
@Mutable
@NotThreadSafe
public static interface GetCodeInterpreterSessionResponse.Builder
extends BedrockAgentCoreResponse.Builder, SdkPojo, CopyableBuilder<GetCodeInterpreterSessionResponse.Builder,GetCodeInterpreterSessionResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncodeInterpreterIdentifier
(String codeInterpreterIdentifier) The identifier of the code interpreter.The time at which the code interpreter session was created.The name of the code interpreter session.The identifier of the code interpreter session.sessionTimeoutSeconds
(Integer sessionTimeoutSeconds) The timeout period for the code interpreter session in seconds.The current status of the code interpreter session.status
(CodeInterpreterSessionStatus status) The current status of the code interpreter 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
-
codeInterpreterIdentifier
GetCodeInterpreterSessionResponse.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 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.
-
name
The name of the code interpreter session.
- Parameters:
name
- The name of the 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.
-
sessionTimeoutSeconds
The timeout period for the code interpreter session in seconds.
- Parameters:
sessionTimeoutSeconds
- The timeout period for the code interpreter session in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.
- Parameters:
status
- The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.
- Parameters:
status
- The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-