Interface OrchestratorConfigurationEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OrchestratorConfigurationEntry.Builder,,OrchestratorConfigurationEntry> SdkBuilder<OrchestratorConfigurationEntry.Builder,,OrchestratorConfigurationEntry> SdkPojo
- Enclosing class:
OrchestratorConfigurationEntry
@Mutable
@NotThreadSafe
public static interface OrchestratorConfigurationEntry.Builder
extends SdkPojo, CopyableBuilder<OrchestratorConfigurationEntry.Builder,OrchestratorConfigurationEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the AI Agent in the orchestrator configuration.orchestratorUseCase(String orchestratorUseCase) The use case for the orchestrator configuration.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
-
aiAgentId
The identifier of the AI Agent in the orchestrator configuration.
- Parameters:
aiAgentId- The identifier of the AI Agent in the orchestrator configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orchestratorUseCase
The use case for the orchestrator configuration. (for example Connect.SelfService, Connect.AgentAssistance)
- Parameters:
orchestratorUseCase- The use case for the orchestrator configuration. (for example Connect.SelfService, Connect.AgentAssistance)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-