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 agent runtime.agentRuntimeId
(String agentRuntimeId) The unique identifier of the agent runtime.agentRuntimeVersion
(String agentRuntimeVersion) The version of the agent runtime.The timestamp when the agent runtime was created.The current status of the agent runtime.status
(AgentStatus status) The current status of the agent runtime.workloadIdentityDetails
(Consumer<WorkloadIdentityDetails.Builder> workloadIdentityDetails) The workload identity details for the agent runtime.workloadIdentityDetails
(WorkloadIdentityDetails workloadIdentityDetails) The workload identity details for the 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 agent runtime.
- Parameters:
agentRuntimeArn
- The Amazon Resource Name (ARN) of the agent 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 agent runtime.
- Parameters:
workloadIdentityDetails
- The workload identity details for the agent 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 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:
-
agentRuntimeId
The unique identifier of the agent runtime.
- Parameters:
agentRuntimeId
- The unique identifier of the agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentRuntimeVersion
The version of the agent runtime.
- Parameters:
agentRuntimeVersion
- The version of the 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.
-
status
The current status of the agent runtime.
- Parameters:
status
- The current status of the 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 agent runtime.
- Parameters:
status
- The current status of the agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-