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 SummaryModifier 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.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
codeInterpreterIdThe 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.
 
- 
codeInterpreterArnThe 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.
 
- 
createdAtThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
 
-