public static interface ListRumMetricsDestinationsResponse.Builder extends RumResponse.Builder, SdkPojo, CopyableBuilder<ListRumMetricsDestinationsResponse.Builder,ListRumMetricsDestinationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRumMetricsDestinationsResponse.Builder |
destinations(Collection<MetricDestinationSummary> destinations)
The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
|
ListRumMetricsDestinationsResponse.Builder |
destinations(Consumer<MetricDestinationSummary.Builder>... destinations)
The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
|
ListRumMetricsDestinationsResponse.Builder |
destinations(MetricDestinationSummary... destinations)
The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
|
ListRumMetricsDestinationsResponse.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, buildListRumMetricsDestinationsResponse.Builder destinations(Collection<MetricDestinationSummary> destinations)
The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
destinations - The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you
specified.ListRumMetricsDestinationsResponse.Builder destinations(MetricDestinationSummary... destinations)
The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
destinations - The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you
specified.ListRumMetricsDestinationsResponse.Builder destinations(Consumer<MetricDestinationSummary.Builder>... destinations)
The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
This is a convenience method that creates an instance of theMetricDestinationSummary.Builder avoiding the need to
create one manually via MetricDestinationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #destinations(List.
destinations - a consumer that will call methods on
MetricDestinationSummary.Builder#destinations(java.util.Collection) ListRumMetricsDestinationsResponse.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.