Interface AIAgentConfigurationData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AIAgentConfigurationData.Builder,
,AIAgentConfigurationData> SdkBuilder<AIAgentConfigurationData.Builder,
,AIAgentConfigurationData> SdkPojo
- Enclosing class:
AIAgentConfigurationData
@Mutable
@NotThreadSafe
public static interface AIAgentConfigurationData.Builder
extends SdkPojo, CopyableBuilder<AIAgentConfigurationData.Builder,AIAgentConfigurationData>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the AI Agent to be configured.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
-
aiAgentId
The ID of the AI Agent to be configured.
- Parameters:
aiAgentId
- The ID of the AI Agent to be configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-