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