Interface Agent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Agent.Builder,
,Agent> SdkBuilder<Agent.Builder,
,Agent> SdkPojo
- Enclosing class:
Agent
@Mutable
@NotThreadSafe
public static interface Agent.Builder
extends SdkPojo, CopyableBuilder<Agent.Builder,Agent>
-
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.agentRuntimeName
(String agentRuntimeName) The name of the agent runtime.agentRuntimeVersion
(String agentRuntimeVersion) The version of the agent runtime.description
(String description) The description of the agent runtime.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp when the agent runtime was last updated.The current status of the agent runtime.status
(AgentStatus status) The current status of the agent runtime.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
-
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.
-
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.
-
agentRuntimeName
The name of the agent runtime.
- Parameters:
agentRuntimeName
- The name of the agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the agent runtime.
- Parameters:
description
- The description of the agent runtime.- 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 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:
-