Interface PromptAgentResource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PromptAgentResource.Builder,PromptAgentResource>,SdkBuilder<PromptAgentResource.Builder,PromptAgentResource>,SdkPojo
- Enclosing class:
- PromptAgentResource
@Mutable @NotThreadSafe public static interface PromptAgentResource.Builder extends SdkPojo, CopyableBuilder<PromptAgentResource.Builder,PromptAgentResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PromptAgentResource.BuilderagentIdentifier(String agentIdentifier)The ARN of the agent with which to use the prompt.-
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 Detail
-
agentIdentifier
PromptAgentResource.Builder agentIdentifier(String agentIdentifier)
The ARN of the agent with which to use the prompt.
- Parameters:
agentIdentifier- The ARN of the agent with which to use the prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-