Interface CreateAgentRuntimeEndpointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentCoreControlResponse.Builder
,Buildable
,CopyableBuilder<CreateAgentRuntimeEndpointResponse.Builder,
,CreateAgentRuntimeEndpointResponse> SdkBuilder<CreateAgentRuntimeEndpointResponse.Builder,
,CreateAgentRuntimeEndpointResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateAgentRuntimeEndpointResponse
@Mutable
@NotThreadSafe
public static interface CreateAgentRuntimeEndpointResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<CreateAgentRuntimeEndpointResponse.Builder,CreateAgentRuntimeEndpointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionagentRuntimeArn
(String agentRuntimeArn) The Amazon Resource Name (ARN) of the agent runtime.agentRuntimeEndpointArn
(String agentRuntimeEndpointArn) The Amazon Resource Name (ARN) of the agent runtime endpoint.The timestamp when the agent runtime endpoint was created.The current status of the agent runtime endpoint.status
(AgentEndpointStatus status) The current status of the agent runtime endpoint.targetVersion
(String targetVersion) The target version of the agent runtime for the endpoint.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
-
targetVersion
The target version of the agent runtime for the endpoint.
- Parameters:
targetVersion
- The target version of the agent runtime for the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentRuntimeEndpointArn
The Amazon Resource Name (ARN) of the agent runtime endpoint.
- Parameters:
agentRuntimeEndpointArn
- The Amazon Resource Name (ARN) of the agent runtime endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
status
The current status of the agent runtime endpoint.
- Parameters:
status
- The current status of the agent runtime endpoint.- 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 endpoint.
- Parameters:
status
- The current status of the agent runtime endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the agent runtime endpoint was created.
- Parameters:
createdAt
- The timestamp when the agent runtime endpoint was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-