Interface CodeInterpreterSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CodeInterpreterSummary.Builder,
,CodeInterpreterSummary> SdkBuilder<CodeInterpreterSummary.Builder,
,CodeInterpreterSummary> SdkPojo
- Enclosing class:
CodeInterpreterSummary
@Mutable
@NotThreadSafe
public static interface CodeInterpreterSummary.Builder
extends SdkPojo, CopyableBuilder<CodeInterpreterSummary.Builder,CodeInterpreterSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncodeInterpreterArn
(String codeInterpreterArn) The Amazon Resource Name (ARN) of the code interpreter.codeInterpreterId
(String codeInterpreterId) The unique identifier of the code interpreter.The timestamp when the code interpreter was created.description
(String description) The description of the code interpreter.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp when the code interpreter was last updated.The name of the code interpreter.The current status of the code interpreter.status
(CodeInterpreterStatus status) The current status of the code interpreter.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
-
codeInterpreterId
The unique identifier of the code interpreter.
- Parameters:
codeInterpreterId
- The unique identifier of the code interpreter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeInterpreterArn
The Amazon Resource Name (ARN) of the code interpreter.
- Parameters:
codeInterpreterArn
- The Amazon Resource Name (ARN) of the code interpreter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the code interpreter.
- Parameters:
name
- The name of the code interpreter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the code interpreter.
- Parameters:
description
- The description of the code interpreter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the code interpreter.
- Parameters:
status
- The current status of the code interpreter.- 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.
- Parameters:
status
- The current status of the code interpreter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the code interpreter was created.
- Parameters:
createdAt
- The timestamp when the code interpreter was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp when the code interpreter was last updated.
- Parameters:
lastUpdatedAt
- The timestamp when the code interpreter was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-