public static interface ActionInvocation.Builder extends SdkPojo, CopyableBuilder<ActionInvocation.Builder,ActionInvocation>
| Modifier and Type | Method and Description |
|---|---|
ActionInvocation.Builder |
actionName(String actionName)
The name of the action.
|
ActionInvocation.Builder |
errorCode(String errorCode)
The error code when an extension invocation fails.
|
ActionInvocation.Builder |
errorMessage(String errorMessage)
The error message when an extension invocation fails.
|
ActionInvocation.Builder |
extensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
|
ActionInvocation.Builder |
invocationId(String invocationId)
A system-generated ID for this invocation.
|
ActionInvocation.Builder |
roleArn(String roleArn)
An Amazon Resource Name (ARN) for an Identity and Access Management assume role.
|
ActionInvocation.Builder |
uri(String uri)
The extension URI associated to the action point in the extension definition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionInvocation.Builder extensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
extensionIdentifier - The name, the ID, or the Amazon Resource Name (ARN) of the extension.ActionInvocation.Builder actionName(String actionName)
The name of the action.
actionName - The name of the action.ActionInvocation.Builder uri(String uri)
The extension URI associated to the action point in the extension definition. The URI can be an Amazon Resource Name (ARN) for one of the following: an Lambda function, an Amazon Simple Queue Service queue, an Amazon Simple Notification Service topic, or the Amazon EventBridge default event bus.
uri - The extension URI associated to the action point in the extension definition. The URI can be an Amazon
Resource Name (ARN) for one of the following: an Lambda function, an Amazon Simple Queue Service
queue, an Amazon Simple Notification Service topic, or the Amazon EventBridge default event bus.ActionInvocation.Builder roleArn(String roleArn)
An Amazon Resource Name (ARN) for an Identity and Access Management assume role.
roleArn - An Amazon Resource Name (ARN) for an Identity and Access Management assume role.ActionInvocation.Builder errorMessage(String errorMessage)
The error message when an extension invocation fails.
errorMessage - The error message when an extension invocation fails.ActionInvocation.Builder errorCode(String errorCode)
The error code when an extension invocation fails.
errorCode - The error code when an extension invocation fails.ActionInvocation.Builder invocationId(String invocationId)
A system-generated ID for this invocation.
invocationId - A system-generated ID for this invocation.Copyright © 2023. All rights reserved.