@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.713Z") @Stability(value=Stable) public class QueryString extends software.amazon.jsii.JsiiObject
Example:
QueryDefinition.Builder.create(this, "QueryDefinition")
.queryDefinitionName("MyQuery")
.queryString(QueryString.Builder.create()
.fields(List.of("@timestamp", "@message"))
.sort("@timestamp desc")
.limit(20)
.build())
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryString.Builder
A fluent builder for
QueryString. |
| Modifier | Constructor and Description |
|---|---|
|
QueryString() |
protected |
QueryString(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
QueryString(software.amazon.jsii.JsiiObjectRef objRef) |
|
QueryString(QueryStringProps props) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
String representation of this QueryString.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected QueryString(software.amazon.jsii.JsiiObjectRef objRef)
protected QueryString(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public QueryString(@Nullable
QueryStringProps props)
props - @Stability(value=Stable) public QueryString()
Copyright © 2022. All rights reserved.