Interface ListRumMetricsDestinationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListRumMetricsDestinationsResponse.Builder,ListRumMetricsDestinationsResponse>,RumResponse.Builder,SdkBuilder<ListRumMetricsDestinationsResponse.Builder,ListRumMetricsDestinationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListRumMetricsDestinationsResponse
public static interface ListRumMetricsDestinationsResponse.Builder extends RumResponse.Builder, SdkPojo, CopyableBuilder<ListRumMetricsDestinationsResponse.Builder,ListRumMetricsDestinationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRumMetricsDestinationsResponse.Builderdestinations(Collection<MetricDestinationSummary> destinations)The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.ListRumMetricsDestinationsResponse.Builderdestinations(Consumer<MetricDestinationSummary.Builder>... destinations)The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.ListRumMetricsDestinationsResponse.Builderdestinations(MetricDestinationSummary... destinations)The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.ListRumMetricsDestinationsResponse.BuildernextToken(String nextToken)A token that you can use in a subsequent operation to retrieve the next set of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rum.model.RumResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
destinations
ListRumMetricsDestinationsResponse.Builder destinations(Collection<MetricDestinationSummary> destinations)
The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
- Parameters:
destinations- The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinations
ListRumMetricsDestinationsResponse.Builder destinations(MetricDestinationSummary... destinations)
The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
- Parameters:
destinations- The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinations
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.Builderavoiding the need to create one manually viaMetricDestinationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#destinations(List.) - Parameters:
destinations- a consumer that will call methods onMetricDestinationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#destinations(java.util.Collection)
-
nextToken
ListRumMetricsDestinationsResponse.Builder nextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
- Parameters:
nextToken- A token that you can use in a subsequent operation to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-