@Generated(value="software.amazon.awssdk:codegen") public final class AnalysisRuleAggregation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalysisRuleAggregation.Builder,AnalysisRuleAggregation>
Enables query structure and specified queries that product aggregate statistics.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnalysisRuleAggregation.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AggregateColumn> |
aggregateColumns()
The columns that query runners are allowed to use in aggregation queries.
|
static AnalysisRuleAggregation.Builder |
builder() |
List<String> |
dimensionColumns()
The columns that query runners are allowed to select, group by, or filter by.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAggregateColumns()
For responses, this returns true if the service returned a value for the AggregateColumns property.
|
boolean |
hasDimensionColumns()
For responses, this returns true if the service returned a value for the DimensionColumns property.
|
int |
hashCode() |
boolean |
hasJoinColumns()
For responses, this returns true if the service returned a value for the JoinColumns property.
|
boolean |
hasOutputConstraints()
For responses, this returns true if the service returned a value for the OutputConstraints property.
|
boolean |
hasScalarFunctions()
For responses, this returns true if the service returned a value for the ScalarFunctions property.
|
List<String> |
joinColumns()
Columns in configured table that can be used in join statements and/or as aggregate columns.
|
JoinRequiredOption |
joinRequired()
Control that requires member who runs query to do a join with their configured table and/or other configured
table in query
|
String |
joinRequiredAsString()
Control that requires member who runs query to do a join with their configured table and/or other configured
table in query
|
List<AggregationConstraint> |
outputConstraints()
Columns that must meet a specific threshold value (after an aggregation function is applied to it) for each
output row to be returned.
|
List<ScalarFunctions> |
scalarFunctions()
Set of scalar functions that are allowed to be used on dimension columns and the output of aggregation of
metrics.
|
List<String> |
scalarFunctionsAsStrings()
Set of scalar functions that are allowed to be used on dimension columns and the output of aggregation of
metrics.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnalysisRuleAggregation.Builder> |
serializableBuilderClass() |
AnalysisRuleAggregation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasAggregateColumns()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<AggregateColumn> aggregateColumns()
The columns that query runners are allowed to use in aggregation queries.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAggregateColumns() method.
public final boolean hasJoinColumns()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> joinColumns()
Columns in configured table that can be used in join statements and/or as aggregate columns. They can never be outputted directly.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasJoinColumns() method.
public final JoinRequiredOption joinRequired()
Control that requires member who runs query to do a join with their configured table and/or other configured table in query
If the service returns an enum value that is not available in the current SDK version, joinRequired will
return JoinRequiredOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
joinRequiredAsString().
JoinRequiredOptionpublic final String joinRequiredAsString()
Control that requires member who runs query to do a join with their configured table and/or other configured table in query
If the service returns an enum value that is not available in the current SDK version, joinRequired will
return JoinRequiredOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
joinRequiredAsString().
JoinRequiredOptionpublic final boolean hasDimensionColumns()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> dimensionColumns()
The columns that query runners are allowed to select, group by, or filter by.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDimensionColumns() method.
public final List<ScalarFunctions> scalarFunctions()
Set of scalar functions that are allowed to be used on dimension columns and the output of aggregation of metrics.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasScalarFunctions() method.
public final boolean hasScalarFunctions()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> scalarFunctionsAsStrings()
Set of scalar functions that are allowed to be used on dimension columns and the output of aggregation of metrics.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasScalarFunctions() method.
public final boolean hasOutputConstraints()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<AggregationConstraint> outputConstraints()
Columns that must meet a specific threshold value (after an aggregation function is applied to it) for each output row to be returned.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasOutputConstraints() method.
public AnalysisRuleAggregation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnalysisRuleAggregation.Builder,AnalysisRuleAggregation>public static AnalysisRuleAggregation.Builder builder()
public static Class<? extends AnalysisRuleAggregation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.