public static interface QueryDefinition.Builder extends SdkPojo, CopyableBuilder<QueryDefinition.Builder,QueryDefinition>
| Modifier and Type | Method and Description |
|---|---|
QueryDefinition.Builder |
lastModified(Long lastModified)
Sets the value of the LastModified property for this object.
|
QueryDefinition.Builder |
logGroupNames(Collection<String> logGroupNames)
Sets the value of the LogGroupNames property for this object.
|
QueryDefinition.Builder |
logGroupNames(String... logGroupNames)
Sets the value of the LogGroupNames property for this object.
|
QueryDefinition.Builder |
name(String name)
Sets the value of the Name property for this object.
|
QueryDefinition.Builder |
queryDefinitionId(String queryDefinitionId)
Sets the value of the QueryDefinitionId property for this object.
|
QueryDefinition.Builder |
queryString(String queryString)
Sets the value of the QueryString property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryDefinition.Builder queryDefinitionId(String queryDefinitionId)
queryDefinitionId - The new value for the QueryDefinitionId property for this object.QueryDefinition.Builder name(String name)
name - The new value for the Name property for this object.QueryDefinition.Builder queryString(String queryString)
queryString - The new value for the QueryString property for this object.QueryDefinition.Builder lastModified(Long lastModified)
lastModified - The new value for the LastModified property for this object.QueryDefinition.Builder logGroupNames(Collection<String> logGroupNames)
logGroupNames - The new value for the LogGroupNames property for this object.QueryDefinition.Builder logGroupNames(String... logGroupNames)
logGroupNames - The new value for the LogGroupNames property for this object.Copyright © 2020. All rights reserved.