Interface AgentEndpoint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AgentEndpoint.Builder,
,AgentEndpoint> SdkBuilder<AgentEndpoint.Builder,
,AgentEndpoint> SdkPojo
- Enclosing class:
AgentEndpoint
-
Method Summary
Modifier and TypeMethodDescriptionagentRuntimeArn
(String agentRuntimeArn) The Amazon Resource Name (ARN) of the agent runtime associated with the endpoint.agentRuntimeEndpointArn
(String agentRuntimeEndpointArn) The Amazon Resource Name (ARN) of the agent runtime endpoint.The timestamp when the agent runtime endpoint was created.description
(String description) The description of the agent runtime endpoint.The unique identifier of the agent runtime endpoint.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp when the agent runtime endpoint was last updated.liveVersion
(String liveVersion) The live version of the agent runtime endpoint.The name of the agent runtime endpoint.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 endpoint.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
-
Method Details
-
name
The name of the agent runtime endpoint.
- Parameters:
name
- The name of the agent runtime endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
liveVersion
The live version of the agent runtime endpoint. This is the version that is currently serving requests.
- Parameters:
liveVersion
- The live version of the agent runtime endpoint. This is the version that is currently serving requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetVersion
The target version of the agent runtime endpoint. This is the version that the endpoint is being updated to.
- Parameters:
targetVersion
- The target version of the agent runtime endpoint. This is the version that the endpoint is being updated to.- 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 associated with the endpoint.
- Parameters:
agentRuntimeArn
- The Amazon Resource Name (ARN) of the agent runtime associated with the endpoint.- 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:
-
id
The unique identifier of the agent runtime endpoint.
- Parameters:
id
- The unique identifier of the agent runtime endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the agent runtime endpoint.
- Parameters:
description
- The description of the agent runtime endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
lastUpdatedAt
The timestamp when the agent runtime endpoint was last updated.
- Parameters:
lastUpdatedAt
- The timestamp when the agent runtime endpoint was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-