Interface CreateAgentRuntimeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentCoreControlResponse.Builder
,Buildable
,CopyableBuilder<CreateAgentRuntimeResponse.Builder,
,CreateAgentRuntimeResponse> SdkBuilder<CreateAgentRuntimeResponse.Builder,
,CreateAgentRuntimeResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateAgentRuntimeResponse
@Mutable
@NotThreadSafe
public static interface CreateAgentRuntimeResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<CreateAgentRuntimeResponse.Builder,CreateAgentRuntimeResponse>
-
Method Summary
Modifier and TypeMethodDescriptionagentRuntimeArn
(String agentRuntimeArn) The Amazon Resource Name (ARN) of the AgentCore Runtime.agentRuntimeId
(String agentRuntimeId) The unique identifier of the AgentCore Runtime.agentRuntimeVersion
(String agentRuntimeVersion) The version of the AgentCore Runtime.The timestamp when the AgentCore Runtime was created.The current status of the AgentCore Runtime.status
(AgentRuntimeStatus status) The current status of the AgentCore Runtime.workloadIdentityDetails
(Consumer<WorkloadIdentityDetails.Builder> workloadIdentityDetails) The workload identity details for the AgentCore Runtime.workloadIdentityDetails
(WorkloadIdentityDetails workloadIdentityDetails) The workload identity details for the AgentCore Runtime.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
-
agentRuntimeArn
The Amazon Resource Name (ARN) of the AgentCore Runtime.
- Parameters:
agentRuntimeArn
- The Amazon Resource Name (ARN) of the AgentCore Runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadIdentityDetails
CreateAgentRuntimeResponse.Builder workloadIdentityDetails(WorkloadIdentityDetails workloadIdentityDetails) The workload identity details for the AgentCore Runtime.
- Parameters:
workloadIdentityDetails
- The workload identity details for the AgentCore Runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadIdentityDetails
default CreateAgentRuntimeResponse.Builder workloadIdentityDetails(Consumer<WorkloadIdentityDetails.Builder> workloadIdentityDetails) The workload identity details for the AgentCore Runtime.
This is a convenience method that creates an instance of theWorkloadIdentityDetails.Builder
avoiding the need to create one manually viaWorkloadIdentityDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toworkloadIdentityDetails(WorkloadIdentityDetails)
.- Parameters:
workloadIdentityDetails
- a consumer that will call methods onWorkloadIdentityDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
agentRuntimeId
The unique identifier of the AgentCore Runtime.
- Parameters:
agentRuntimeId
- The unique identifier of the AgentCore Runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentRuntimeVersion
The version of the AgentCore Runtime.
- Parameters:
agentRuntimeVersion
- The version of the AgentCore Runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the AgentCore Runtime was created.
- Parameters:
createdAt
- The timestamp when the AgentCore Runtime was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the AgentCore Runtime.
- Parameters:
status
- The current status of the AgentCore Runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the AgentCore Runtime.
- Parameters:
status
- The current status of the AgentCore Runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-