| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.model |
| Modifier and Type | Method and Description |
|---|---|
static QueryDefinition.Builder |
QueryDefinition.builder() |
QueryDefinition.Builder |
QueryDefinition.Builder.lastModified(Long lastModified)
Sets the value of the LastModified property for this object.
|
QueryDefinition.Builder |
QueryDefinition.Builder.logGroupNames(Collection<String> logGroupNames)
Sets the value of the LogGroupNames property for this object.
|
QueryDefinition.Builder |
QueryDefinition.Builder.logGroupNames(String... logGroupNames)
Sets the value of the LogGroupNames property for this object.
|
QueryDefinition.Builder |
QueryDefinition.Builder.name(String name)
Sets the value of the Name property for this object.
|
QueryDefinition.Builder |
QueryDefinition.Builder.queryDefinitionId(String queryDefinitionId)
Sets the value of the QueryDefinitionId property for this object.
|
QueryDefinition.Builder |
QueryDefinition.Builder.queryString(String queryString)
Sets the value of the QueryString property for this object.
|
QueryDefinition.Builder |
QueryDefinition.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends QueryDefinition.Builder> |
QueryDefinition.serializableBuilderClass() |
Copyright © 2020. All rights reserved.