Interface Action.Builder

    • Method Detail

      • name

        Action.Builder name​(String name)

        The action name.

        Parameters:
        name - The action name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        Action.Builder description​(String description)

        Information about the action.

        Parameters:
        description - Information about the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uri

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        Action.Builder roleArn​(String roleArn)

        An Amazon Resource Name (ARN) for an Identity and Access Management assume role.

        Parameters:
        roleArn - An Amazon Resource Name (ARN) for an Identity and Access Management assume role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.