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) Unique identifier of the agent spaceTimestamp when the agent space was createdName of the agent spaceTimestamp when the agent space was last updatedMethods 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
Unique identifier of the agent space
- Parameters:
agentSpaceId- Unique identifier of the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the agent space
- Parameters:
name- Name of the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
Timestamp when the agent space was created
- Parameters:
createdAt- Timestamp when the agent space was created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Timestamp when the agent space was last updated
- Parameters:
updatedAt- Timestamp when the agent space was last updated- Returns:
- Returns a reference to this object so that method calls can be chained together.
-