Interface GenerateQueryRequest.Builder

  • Method Details

    • eventDataStores

      GenerateQueryRequest.Builder eventDataStores(Collection<String> eventDataStores)

      The ARN (or ID suffix of the ARN) of the event data store that you want to query. You can only specify one event data store.

      Parameters:
      eventDataStores - The ARN (or ID suffix of the ARN) of the event data store that you want to query. You can only specify one event data store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventDataStores

      GenerateQueryRequest.Builder eventDataStores(String... eventDataStores)

      The ARN (or ID suffix of the ARN) of the event data store that you want to query. You can only specify one event data store.

      Parameters:
      eventDataStores - The ARN (or ID suffix of the ARN) of the event data store that you want to query. You can only specify one event data store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • prompt

      The prompt that you want to use to generate the query. The prompt must be in English. For example prompts, see Example prompts in the CloudTrail user guide.

      Parameters:
      prompt - The prompt that you want to use to generate the query. The prompt must be in English. For example prompts, see Example prompts in the CloudTrail user guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GenerateQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.