Interface StartProspectingFromEngagementTaskRequest.Builder

  • Method Details

    • catalog

      Specifies the catalog in which the task is initiated. Specify AWS for production environments and Sandbox for testing and development purposes.

      Parameters:
      catalog - Specifies the catalog in which the task is initiated. Specify AWS for production environments and Sandbox for testing and development purposes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identifiers

      The list of engagement identifiers to include in this prospecting task. Each identifier must correspond to an existing engagement in the specified catalog. Maximum of 100 identifiers per task.

      Parameters:
      identifiers - The list of engagement identifiers to include in this prospecting task. Each identifier must correspond to an existing engagement in the specified catalog. Maximum of 100 identifiers per task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identifiers

      The list of engagement identifiers to include in this prospecting task. Each identifier must correspond to an existing engagement in the specified catalog. Maximum of 100 identifiers per task.

      Parameters:
      identifiers - The list of engagement identifiers to include in this prospecting task. Each identifier must correspond to an existing engagement in the specified catalog. Maximum of 100 identifiers per task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskName

      A descriptive name for the task. This name helps identify the task in list and get operations. The name must contain 1 to 128 characters.

      Parameters:
      taskName - A descriptive name for the task. This name helps identify the task in list and get operations. The name must contain 1 to 128 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      A unique, case-sensitive identifier provided by the client to ensure idempotency. Making the same request with the same ClientToken returns the same response without creating a duplicate task.

      Parameters:
      clientToken - A unique, case-sensitive identifier provided by the client to ensure idempotency. Making the same request with the same ClientToken returns the same response without creating a duplicate task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.