Interface ListQueriesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudTrailResponse.Builder, CopyableBuilder<ListQueriesResponse.Builder,ListQueriesResponse>, SdkBuilder<ListQueriesResponse.Builder,ListQueriesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListQueriesResponse

public static interface ListQueriesResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<ListQueriesResponse.Builder,ListQueriesResponse>
  • Method Details

    • queries

      Lists matching query results, and shows query ID, status, and creation time of each query.

      Parameters:
      queries - Lists matching query results, and shows query ID, status, and creation time of each query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queries

      ListQueriesResponse.Builder queries(Query... queries)

      Lists matching query results, and shows query ID, status, and creation time of each query.

      Parameters:
      queries - Lists matching query results, and shows query ID, status, and creation time of each query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queries

      Lists matching query results, and shows query ID, status, and creation time of each query.

      This is a convenience method that creates an instance of the Query.Builder avoiding the need to create one manually via Query.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to queries(List<Query>).

      Parameters:
      queries - a consumer that will call methods on Query.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListQueriesResponse.Builder nextToken(String nextToken)

      A token you can use to get the next page of results.

      Parameters:
      nextToken - A token you can use to get the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.