Interface DescribeQueriesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CloudWatchLogsRequest.Builder, CopyableBuilder<DescribeQueriesRequest.Builder,DescribeQueriesRequest>, SdkBuilder<DescribeQueriesRequest.Builder,DescribeQueriesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeQueriesRequest

public static interface DescribeQueriesRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DescribeQueriesRequest.Builder,DescribeQueriesRequest>
  • Method Details

    • logGroupName

      DescribeQueriesRequest.Builder logGroupName(String logGroupName)

      Limits the returned queries to only those for the specified log group.

      Parameters:
      logGroupName - Limits the returned queries to only those for the specified log group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

      Parameters:
      status - Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

      Parameters:
      status - Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      DescribeQueriesRequest.Builder maxResults(Integer maxResults)

      Limits the number of returned queries to the specified number.

      Parameters:
      maxResults - Limits the number of returned queries to the specified number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      DescribeQueriesRequest.Builder nextToken(String nextToken)
      Sets the value of the NextToken property for this object.
      Parameters:
      nextToken - The new value for the NextToken property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeQueriesRequest.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.