Interface ListRumMetricsDestinationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRumMetricsDestinationsRequest.Builder,ListRumMetricsDestinationsRequest>,RumRequest.Builder,SdkBuilder<ListRumMetricsDestinationsRequest.Builder,ListRumMetricsDestinationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRumMetricsDestinationsRequest
public static interface ListRumMetricsDestinationsRequest.Builder extends RumRequest.Builder, SdkPojo, CopyableBuilder<ListRumMetricsDestinationsRequest.Builder,ListRumMetricsDestinationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRumMetricsDestinationsRequest.BuilderappMonitorName(String appMonitorName)The name of the app monitor associated with the destinations that you want to retrieve.ListRumMetricsDestinationsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in one operation.ListRumMetricsDestinationsRequest.BuildernextToken(String nextToken)Use the token returned by the previous operation to request the next page of results.ListRumMetricsDestinationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRumMetricsDestinationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
appMonitorName
ListRumMetricsDestinationsRequest.Builder appMonitorName(String appMonitorName)
The name of the app monitor associated with the destinations that you want to retrieve.
- Parameters:
appMonitorName- The name of the app monitor associated with the destinations that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListRumMetricsDestinationsRequest.Builder maxResults(Integer 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
ListRumMetricsDestinationsRequest.Builder nextToken(String 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
ListRumMetricsDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRumMetricsDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-