Interface DeleteRumMetricsDestinationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DeleteRumMetricsDestinationRequest.Builder,,- DeleteRumMetricsDestinationRequest> - RumRequest.Builder,- SdkBuilder<DeleteRumMetricsDestinationRequest.Builder,,- DeleteRumMetricsDestinationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DeleteRumMetricsDestinationRequest
@Mutable
@NotThreadSafe
public static interface DeleteRumMetricsDestinationRequest.Builder
extends RumRequest.Builder, SdkPojo, CopyableBuilder<DeleteRumMetricsDestinationRequest.Builder,DeleteRumMetricsDestinationRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionappMonitorName(String appMonitorName) The name of the app monitor that is sending metrics to the destination that you want to delete.destination(String destination) The type of destination to delete.destination(MetricDestination destination) The type of destination to delete.destinationArn(String destinationArn) This parameter is required ifDestinationisEvidently.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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.rum.model.RumRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
appMonitorNameThe name of the app monitor that is sending metrics to the destination that you want to delete. - Parameters:
- appMonitorName- The name of the app monitor that is sending metrics to the destination that you want to delete.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationThe type of destination to delete. Valid values are CloudWatchandEvidently.- Parameters:
- destination- The type of destination to delete. Valid values are- CloudWatchand- Evidently.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
destinationThe type of destination to delete. Valid values are CloudWatchandEvidently.- Parameters:
- destination- The type of destination to delete. Valid values are- CloudWatchand- Evidently.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
destinationArnThis 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 to delete.- Parameters:
- destinationArn- This parameter is required if- Destinationis- Evidently. If- Destinationis- CloudWatch, do not use this parameter. This parameter specifies the ARN of the Evidently experiment that corresponds to the destination to delete.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationDeleteRumMetricsDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDeleteRumMetricsDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-