@Stability(value=Stable) public static final class QueryStringProps.Builder extends Object implements software.amazon.jsii.Builder<QueryStringProps>
QueryStringProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
QueryStringProps |
build()
Builds the configured instance.
|
QueryStringProps.Builder |
display(String display)
Sets the value of
QueryStringProps.getDisplay() |
QueryStringProps.Builder |
fields(List<String> fields)
Sets the value of
QueryStringProps.getFields() |
QueryStringProps.Builder |
filter(String filter)
Sets the value of
QueryStringProps.getFilter() |
QueryStringProps.Builder |
limit(Number limit)
Sets the value of
QueryStringProps.getLimit() |
QueryStringProps.Builder |
parse(String parse)
Sets the value of
QueryStringProps.getParse() |
QueryStringProps.Builder |
sort(String sort)
Sets the value of
QueryStringProps.getSort() |
QueryStringProps.Builder |
stats(String stats)
Sets the value of
QueryStringProps.getStats() |
@Stability(value=Stable) public QueryStringProps.Builder display(String display)
QueryStringProps.getDisplay()display - Specifies which fields to display in the query results.this@Stability(value=Stable) public QueryStringProps.Builder fields(List<String> fields)
QueryStringProps.getFields()fields - Retrieves the specified fields from log events for display.this@Stability(value=Stable) public QueryStringProps.Builder filter(String filter)
QueryStringProps.getFilter()filter - Filters the results of a query that's based on one or more conditions.this@Stability(value=Stable) public QueryStringProps.Builder limit(Number limit)
QueryStringProps.getLimit()limit - Specifies the number of log events returned by the query.this@Stability(value=Stable) public QueryStringProps.Builder parse(String parse)
QueryStringProps.getParse()parse - Extracts data from a log field and creates one or more ephemeral fields that you can process further in the query.this@Stability(value=Stable) public QueryStringProps.Builder sort(String sort)
QueryStringProps.getSort()sort - Sorts the retrieved log events.this@Stability(value=Stable) public QueryStringProps.Builder stats(String stats)
QueryStringProps.getStats()stats - Uses log field values to calculate aggregate statistics.this@Stability(value=Stable) public QueryStringProps build()
build in interface software.amazon.jsii.Builder<QueryStringProps>QueryStringPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.