public static interface DimensionGroup.Builder extends SdkPojo, CopyableBuilder<DimensionGroup.Builder,DimensionGroup>
Modifier and Type | Method and Description |
---|---|
DimensionGroup.Builder |
dimensions(Collection<String> dimensions)
A list of specific dimensions from a dimension group.
|
DimensionGroup.Builder |
dimensions(String... dimensions)
A list of specific dimensions from a dimension group.
|
DimensionGroup.Builder |
group(String group)
The name of the dimension group.
|
DimensionGroup.Builder |
limit(Integer limit)
The maximum number of items to fetch for this dimension group.
|
copy
applyMutation, build
DimensionGroup.Builder group(String group)
The name of the dimension group. Valid values are:
db.user
db.host
db.sql
db.sql_tokenized
db.wait_event
db.wait_event_type
group
- The name of the dimension group. Valid values are:
db.user
db.host
db.sql
db.sql_tokenized
db.wait_event
db.wait_event_type
DimensionGroup.Builder dimensions(Collection<String> dimensions)
A list of specific dimensions from a dimension group. If this parameter is not present, then it signifies that all of the dimensions in the group were requested, or are present in the response.
Valid values for elements in the Dimensions
array are:
db.user.id
db.user.name
db.host.id
db.host.name
db.sql.id
db.sql.db_id
db.sql.statement
db.sql.tokenized_id
db.sql_tokenized.id
db.sql_tokenized.db_id
db.sql_tokenized.statement
db.wait_event.name
db.wait_event.type
db.wait_event_type.name
dimensions
- A list of specific dimensions from a dimension group. If this parameter is not present, then it
signifies that all of the dimensions in the group were requested, or are present in the response.
Valid values for elements in the Dimensions
array are:
db.user.id
db.user.name
db.host.id
db.host.name
db.sql.id
db.sql.db_id
db.sql.statement
db.sql.tokenized_id
db.sql_tokenized.id
db.sql_tokenized.db_id
db.sql_tokenized.statement
db.wait_event.name
db.wait_event.type
db.wait_event_type.name
DimensionGroup.Builder dimensions(String... dimensions)
A list of specific dimensions from a dimension group. If this parameter is not present, then it signifies that all of the dimensions in the group were requested, or are present in the response.
Valid values for elements in the Dimensions
array are:
db.user.id
db.user.name
db.host.id
db.host.name
db.sql.id
db.sql.db_id
db.sql.statement
db.sql.tokenized_id
db.sql_tokenized.id
db.sql_tokenized.db_id
db.sql_tokenized.statement
db.wait_event.name
db.wait_event.type
db.wait_event_type.name
dimensions
- A list of specific dimensions from a dimension group. If this parameter is not present, then it
signifies that all of the dimensions in the group were requested, or are present in the response.
Valid values for elements in the Dimensions
array are:
db.user.id
db.user.name
db.host.id
db.host.name
db.sql.id
db.sql.db_id
db.sql.statement
db.sql.tokenized_id
db.sql_tokenized.id
db.sql_tokenized.db_id
db.sql_tokenized.statement
db.wait_event.name
db.wait_event.type
db.wait_event_type.name
DimensionGroup.Builder limit(Integer limit)
The maximum number of items to fetch for this dimension group.
limit
- The maximum number of items to fetch for this dimension group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.