Interface CodeInterpreterSessionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CodeInterpreterSessionSummary.Builder,
,CodeInterpreterSessionSummary> SdkBuilder<CodeInterpreterSessionSummary.Builder,
,CodeInterpreterSessionSummary> SdkPojo
- Enclosing class:
CodeInterpreterSessionSummary
-
Method Summary
Modifier and TypeMethodDescriptioncodeInterpreterIdentifier
(String codeInterpreterIdentifier) The unique identifier of the code interpreter associated with the session.The timestamp when the code interpreter session was created.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp when the code interpreter session was last updated.The name of the code interpreter session.The unique identifier of the code interpreter session.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.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
-
Method Details
-
codeInterpreterIdentifier
The unique identifier of the code interpreter associated with the session. This identifier specifies which code interpreter environment is used for the session.
- Parameters:
codeInterpreterIdentifier
- The unique identifier of the code interpreter associated with the session. This identifier specifies which code interpreter environment is used for the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
The unique identifier of the code interpreter session. This identifier is used in operations that interact with the session.
- Parameters:
sessionId
- The unique identifier of the code interpreter session. This identifier is used in operations that interact with the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the code interpreter session. This name helps identify and manage the session.
- Parameters:
name
- The name of the code interpreter session. This name helps identify and manage the session.- 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:
-
createdAt
The timestamp when the code interpreter session was created. This value is in ISO 8601 format.
- Parameters:
createdAt
- The timestamp when the code interpreter session was created. This value is in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp when the code interpreter session was last updated. This value is in ISO 8601 format.
- Parameters:
lastUpdatedAt
- The timestamp when the code interpreter session was last updated. This value is in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-