public static interface DisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder,DisableAwsNetworkPerformanceMetricSubscriptionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder source(String source)
The source Region or Availability Zone that the metric subscription is disabled for. For example,
us-east-1.
source - The source Region or Availability Zone that the metric subscription is disabled for. For example,
us-east-1.DisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder destination(String destination)
The target Region or Availability Zone that the metric subscription is disabled for. For example,
eu-north-1.
destination - The target Region or Availability Zone that the metric subscription is disabled for. For example,
eu-north-1.DisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder metric(String metric)
The metric used for the disabled subscription.
metric - The metric used for the disabled subscription.MetricType,
MetricTypeDisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder metric(MetricType metric)
The metric used for the disabled subscription.
metric - The metric used for the disabled subscription.MetricType,
MetricTypeDisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder statistic(String statistic)
The statistic used for the disabled subscription.
statistic - The statistic used for the disabled subscription.StatisticType,
StatisticTypeDisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder statistic(StatisticType statistic)
The statistic used for the disabled subscription.
statistic - The statistic used for the disabled subscription.StatisticType,
StatisticTypeDisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.DisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.