Interface BatchGetRumMetricDefinitionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetRumMetricDefinitionsRequest.Builder,,BatchGetRumMetricDefinitionsRequest> RumRequest.Builder,SdkBuilder<BatchGetRumMetricDefinitionsRequest.Builder,,BatchGetRumMetricDefinitionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
BatchGetRumMetricDefinitionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionappMonitorName(String appMonitorName) The name of the CloudWatch RUM app monitor that is sending the metrics.destination(String destination) The type of destination that you want to view metrics for.destination(MetricDestination destination) The type of destination that you want to view metrics for.destinationArn(String destinationArn) This parameter is required ifDestinationisEvidently.maxResults(Integer maxResults) The maximum number of results to return in one operation.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.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rum.model.RumRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
appMonitorName
The name of the CloudWatch RUM app monitor that is sending the metrics.
- Parameters:
appMonitorName- The name of the CloudWatch RUM app monitor that is sending the metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destination
The type of destination that you want to view metrics for. Valid values are
CloudWatchandEvidently.- Parameters:
destination- The type of destination that you want to view metrics for. Valid values areCloudWatchandEvidently.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destination
The type of destination that you want to view metrics for. Valid values are
CloudWatchandEvidently.- Parameters:
destination- The type of destination that you want to view metrics for. Valid values areCloudWatchandEvidently.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destinationArn
This parameter is required if
DestinationisEvidently. IfDestinationisCloudWatch, do not use this parameter.This parameter specifies the ARN of the Evidently experiment that corresponds to the destination.
- Parameters:
destinationArn- This parameter is required ifDestinationisEvidently. IfDestinationisCloudWatch, do not use this parameter.This parameter specifies the ARN of the Evidently experiment that corresponds to the destination.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.
To retrieve the remaining results, make another call with the returned
NextTokenvalue.- Parameters:
maxResults- The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.To retrieve the remaining results, make another call with the returned
NextTokenvalue.- 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.
-
overrideConfiguration
BatchGetRumMetricDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
BatchGetRumMetricDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-