Interface StartQueryRequest.Builder

    • Method Detail

      • queryStatement

        StartQueryRequest.Builder queryStatement​(String queryStatement)

        The SQL code of your query.

        Parameters:
        queryStatement - The SQL code of your query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deliveryS3Uri

        StartQueryRequest.Builder deliveryS3Uri​(String deliveryS3Uri)

        The URI for the S3 bucket where CloudTrail delivers the query results.

        Parameters:
        deliveryS3Uri - The URI for the S3 bucket where CloudTrail delivers the query results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryAlias

        StartQueryRequest.Builder queryAlias​(String queryAlias)

        The alias that identifies a query template.

        Parameters:
        queryAlias - The alias that identifies a query template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryParameters

        StartQueryRequest.Builder queryParameters​(Collection<String> queryParameters)

        The query parameters for the specified QueryAlias.

        Parameters:
        queryParameters - The query parameters for the specified QueryAlias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryParameters

        StartQueryRequest.Builder queryParameters​(String... queryParameters)

        The query parameters for the specified QueryAlias.

        Parameters:
        queryParameters - The query parameters for the specified QueryAlias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.