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