public static interface GetAppMonitorDataRequest.Builder extends RumRequest.Builder, SdkPojo, CopyableBuilder<GetAppMonitorDataRequest.Builder,GetAppMonitorDataRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAppMonitorDataRequest.Builder |
filters(Collection<QueryFilter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.
|
GetAppMonitorDataRequest.Builder |
filters(Consumer<QueryFilter.Builder>... filters)
An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.
|
GetAppMonitorDataRequest.Builder |
filters(QueryFilter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.
|
GetAppMonitorDataRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
GetAppMonitorDataRequest.Builder |
name(String name)
The name of the app monitor that collected the data that you want to retrieve.
|
GetAppMonitorDataRequest.Builder |
nextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
|
GetAppMonitorDataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAppMonitorDataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default GetAppMonitorDataRequest.Builder |
timeRange(Consumer<TimeRange.Builder> timeRange)
A structure that defines the time range that you want to retrieve results from.
|
GetAppMonitorDataRequest.Builder |
timeRange(TimeRange timeRange)
A structure that defines the time range that you want to retrieve results from.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAppMonitorDataRequest.Builder filters(Collection<QueryFilter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
filters - An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.GetAppMonitorDataRequest.Builder filters(QueryFilter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
filters - An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.GetAppMonitorDataRequest.Builder filters(Consumer<QueryFilter.Builder>... filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
This is a convenience method that creates an instance of theQueryFilter.Builder avoiding the need to create one
manually via QueryFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #filters(List.
filters - a consumer that will call methods on
QueryFilter.Builder#filters(java.util.Collection) GetAppMonitorDataRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in one operation.
maxResults - The maximum number of results to return in one operation.GetAppMonitorDataRequest.Builder name(String name)
The name of the app monitor that collected the data that you want to retrieve.
name - The name of the app monitor that collected the data that you want to retrieve.GetAppMonitorDataRequest.Builder nextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
nextToken - Use the token returned by the previous operation to request the next page of results.GetAppMonitorDataRequest.Builder timeRange(TimeRange timeRange)
A structure that defines the time range that you want to retrieve results from.
timeRange - A structure that defines the time range that you want to retrieve results from.default GetAppMonitorDataRequest.Builder timeRange(Consumer<TimeRange.Builder> timeRange)
A structure that defines the time range that you want to retrieve results from.
This is a convenience method that creates an instance of theTimeRange.Builder avoiding the need to
create one manually via TimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to timeRange(TimeRange).
timeRange - a consumer that will call methods on TimeRange.BuildertimeRange(TimeRange)GetAppMonitorDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetAppMonitorDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.