public static interface Action.Builder extends SdkPojo, CopyableBuilder<Action.Builder,Action>
| Modifier and Type | Method and Description |
|---|---|
Action.Builder |
description(String description)
Information about the action.
|
Action.Builder |
name(String name)
The action name.
|
Action.Builder |
roleArn(String roleArn)
An Amazon Resource Name (ARN) for an Identity and Access Management assume role.
|
Action.Builder |
uri(String uri)
The extension URI associated to the action point in the extension definition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAction.Builder name(String name)
The action name.
name - The action name.Action.Builder description(String description)
Information about the action.
description - Information about the action.Action.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.Action.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.Copyright © 2023. All rights reserved.