Interface UpdateAgentRuntimeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentCoreControlResponse.Builder
,Buildable
,CopyableBuilder<UpdateAgentRuntimeResponse.Builder,
,UpdateAgentRuntimeResponse> SdkBuilder<UpdateAgentRuntimeResponse.Builder,
,UpdateAgentRuntimeResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateAgentRuntimeResponse
@Mutable
@NotThreadSafe
public static interface UpdateAgentRuntimeResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<UpdateAgentRuntimeResponse.Builder,UpdateAgentRuntimeResponse>
-
Method Summary
Modifier and TypeMethodDescriptionagentRuntimeArn
(String agentRuntimeArn) The Amazon Resource Name (ARN) of the updated agent runtime.agentRuntimeId
(String agentRuntimeId) The unique identifier of the updated agent runtime.agentRuntimeVersion
(String agentRuntimeVersion) The version of the updated agent runtime.The timestamp when the agent runtime was created.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp when the agent runtime was last updated.The current status of the updated agent runtime.status
(AgentStatus status) The current status of the updated agent runtime.workloadIdentityDetails
(Consumer<WorkloadIdentityDetails.Builder> workloadIdentityDetails) The workload identity details for the updated agent runtime.workloadIdentityDetails
(WorkloadIdentityDetails workloadIdentityDetails) The workload identity details for the updated agent 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 updated agent runtime.
- Parameters:
agentRuntimeArn
- The Amazon Resource Name (ARN) of the updated agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentRuntimeId
The unique identifier of the updated agent runtime.
- Parameters:
agentRuntimeId
- The unique identifier of the updated agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadIdentityDetails
UpdateAgentRuntimeResponse.Builder workloadIdentityDetails(WorkloadIdentityDetails workloadIdentityDetails) The workload identity details for the updated agent runtime.
- Parameters:
workloadIdentityDetails
- The workload identity details for the updated agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadIdentityDetails
default UpdateAgentRuntimeResponse.Builder workloadIdentityDetails(Consumer<WorkloadIdentityDetails.Builder> workloadIdentityDetails) The workload identity details for the updated agent 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:
-
agentRuntimeVersion
The version of the updated agent runtime.
- Parameters:
agentRuntimeVersion
- The version of the updated agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the agent runtime was created.
- Parameters:
createdAt
- The timestamp when the agent runtime was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp when the agent runtime was last updated.
- Parameters:
lastUpdatedAt
- The timestamp when the agent runtime was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the updated agent runtime.
- Parameters:
status
- The current status of the updated agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the updated agent runtime.
- Parameters:
status
- The current status of the updated agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-