Interface AIAgent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIAgent.Builder,,AIAgent> SdkBuilder<AIAgent.Builder,,AIAgent> SdkPojo
- Enclosing class:
AIAgent
@Mutable
@NotThreadSafe
public static interface AIAgent.Builder
extends SdkPojo, CopyableBuilder<AIAgent.Builder,AIAgent>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the AI agent.The type of the AI agent.type(AIAgentType type) The type of the AI agent.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 AI agent.
- Parameters:
arn- The Amazon Resource Name (ARN) of the AI agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the AI agent. The valid value is
THIRD_PARTY.- Parameters:
type- The type of the AI agent. The valid value isTHIRD_PARTY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the AI agent. The valid value is
THIRD_PARTY.- Parameters:
type- The type of the AI agent. The valid value isTHIRD_PARTY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-