Interface GetAppMonitorDataRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetAppMonitorDataRequest.Builder,
,GetAppMonitorDataRequest> RumRequest.Builder
,SdkBuilder<GetAppMonitorDataRequest.Builder,
,GetAppMonitorDataRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetAppMonitorDataRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters
(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
(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.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.maxResults
(Integer maxResults) The maximum number of results to return in one operation.The name of the app monitor that collected the data that you want to retrieve.Use the token returned by the previous operation to request the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default GetAppMonitorDataRequest.Builder
timeRange
(Consumer<TimeRange.Builder> timeRange) A structure that defines the time range that you want to retrieve results from.A structure that defines the time range that you want to retrieve results from.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.rum.model.RumRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaQueryFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<QueryFilter>)
.- Parameters:
filters
- a consumer that will call methods onQueryFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results to return in one operation.
- Parameters:
maxResults
- The maximum number of results to return in one operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the app monitor that collected the data that you want to retrieve.
- Parameters:
name
- The name of the app monitor that collected the data that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Use the token returned by the previous operation to request the next page of results.
- Parameters:
nextToken
- Use the token returned by the previous operation to request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeRange
A structure that defines the time range that you want to retrieve results from.
- Parameters:
timeRange
- A structure that defines the time range that you want to retrieve results from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaTimeRange.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totimeRange(TimeRange)
.- Parameters:
timeRange
- a consumer that will call methods onTimeRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetAppMonitorDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetAppMonitorDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-