Interface AgentDescriptor.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AgentDescriptor.Builder,AgentDescriptor>,SdkBuilder<AgentDescriptor.Builder,AgentDescriptor>,SdkPojo
- Enclosing class:
- AgentDescriptor
@Mutable @NotThreadSafe public static interface AgentDescriptor.Builder extends SdkPojo, CopyableBuilder<AgentDescriptor.Builder,AgentDescriptor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentDescriptor.BuilderaliasArn(String aliasArn)The agent's alias ARN.-
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
-
aliasArn
AgentDescriptor.Builder aliasArn(String aliasArn)
The agent's alias ARN.
- Parameters:
aliasArn- The agent's alias ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-