Interface AgentSpaceSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgentSpaceSummary.Builder,,AgentSpaceSummary> SdkBuilder<AgentSpaceSummary.Builder,,AgentSpaceSummary> SdkPojo
- Enclosing class:
AgentSpaceSummary
@Mutable
@NotThreadSafe
public static interface AgentSpaceSummary.Builder
extends SdkPojo, CopyableBuilder<AgentSpaceSummary.Builder,AgentSpaceSummary>
-
Method Summary
Modifier and TypeMethodDescriptionagentSpaceId(String agentSpaceId) The unique identifier of the agent space.The date and time the agent space was created, in UTC format.The name of the agent space.The date and time the agent space was last updated, in UTC format.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
-
agentSpaceId
The unique identifier of the agent space.
- Parameters:
agentSpaceId- The unique identifier of the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the agent space.
- Parameters:
name- The name of the agent space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the agent space was created, in UTC format.
- Parameters:
createdAt- The date and time the agent space was created, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the agent space was last updated, in UTC format.
- Parameters:
updatedAt- The date and time the agent space was last updated, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-