Interface AgentSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgentSummary.Builder,,AgentSummary> SdkBuilder<AgentSummary.Builder,,AgentSummary> SdkPojo
- Enclosing class:
AgentSummary
@Mutable
@NotThreadSafe
public static interface AgentSummary.Builder
extends SdkPojo, CopyableBuilder<AgentSummary.Builder,AgentSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the agent.The Amazon Resource Name (ARN) of the agent.The date and time that the agent was created.description(String description) A description of the agent.The icon identifier for the agent.The name of the agent.The date and time that the agent was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the agent.
- Parameters:
arn- The Amazon Resource Name (ARN) of the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentId
The unique identifier for the agent.
- Parameters:
agentId- The unique identifier for the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the agent.
- Parameters:
name- The name of the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the agent.
- Parameters:
description- A description of the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time that the agent was created.
- Parameters:
createdAt- The date and time that the agent was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time that the agent was last updated.
- Parameters:
updatedAt- The date and time that the agent was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iconId
The icon identifier for the agent.
- Parameters:
iconId- The icon identifier for the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-