Interface DeleteCodeInterpreterResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentCoreControlResponse.Builder
,Buildable
,CopyableBuilder<DeleteCodeInterpreterResponse.Builder,
,DeleteCodeInterpreterResponse> SdkBuilder<DeleteCodeInterpreterResponse.Builder,
,DeleteCodeInterpreterResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteCodeInterpreterResponse
@Mutable
@NotThreadSafe
public static interface DeleteCodeInterpreterResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<DeleteCodeInterpreterResponse.Builder,DeleteCodeInterpreterResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncodeInterpreterId
(String codeInterpreterId) The unique identifier of the deleted code interpreter.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp when the code interpreter was last updated.The current status of the code interpreter deletion.status
(CodeInterpreterStatus status) The current status of the code interpreter deletion.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlResponse.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
-
codeInterpreterId
The unique identifier of the deleted code interpreter.
- Parameters:
codeInterpreterId
- The unique identifier of the deleted 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 deletion.
- Parameters:
status
- The current status of the code interpreter deletion.- 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 deletion.
- Parameters:
status
- The current status of the code interpreter deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-