public static interface BatchGetRumMetricDefinitionsResponse.Builder extends RumResponse.Builder, SdkPojo, CopyableBuilder<BatchGetRumMetricDefinitionsResponse.Builder,BatchGetRumMetricDefinitionsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetRumMetricDefinitionsResponse.Builder |
metricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of structures that display information about the metrics that are sent by the specified app monitor
to the specified destination.
|
BatchGetRumMetricDefinitionsResponse.Builder |
metricDefinitions(Consumer<MetricDefinition.Builder>... metricDefinitions)
An array of structures that display information about the metrics that are sent by the specified app monitor
to the specified destination.
|
BatchGetRumMetricDefinitionsResponse.Builder |
metricDefinitions(MetricDefinition... metricDefinitions)
An array of structures that display information about the metrics that are sent by the specified app monitor
to the specified destination.
|
BatchGetRumMetricDefinitionsResponse.Builder |
nextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetRumMetricDefinitionsResponse.Builder metricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.
metricDefinitions - An array of structures that display information about the metrics that are sent by the specified app
monitor to the specified destination.BatchGetRumMetricDefinitionsResponse.Builder metricDefinitions(MetricDefinition... metricDefinitions)
An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.
metricDefinitions - An array of structures that display information about the metrics that are sent by the specified app
monitor to the specified destination.BatchGetRumMetricDefinitionsResponse.Builder metricDefinitions(Consumer<MetricDefinition.Builder>... metricDefinitions)
An array of structures that display information about the metrics that are sent by the specified app monitor to the specified destination.
This is a convenience method that creates an instance of theMetricDefinition.Builder avoiding the need to create one
manually via MetricDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #metricDefinitions(List.
metricDefinitions - a consumer that will call methods on
MetricDefinition.Builder#metricDefinitions(java.util.Collection) BatchGetRumMetricDefinitionsResponse.Builder nextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
nextToken - A token that you can use in a subsequent operation to retrieve the next set of results.Copyright © 2023. All rights reserved.