public static interface Subscription.Builder extends SdkPojo, CopyableBuilder<Subscription.Builder,Subscription>
| Modifier and Type | Method and Description |
|---|---|
Subscription.Builder |
destination(String destination)
The Region or Availability Zone that's the target for the subscription.
|
Subscription.Builder |
metric(MetricType metric)
The metric used for the subscription.
|
Subscription.Builder |
metric(String metric)
The metric used for the subscription.
|
Subscription.Builder |
period(PeriodType period)
The data aggregation time for the subscription.
|
Subscription.Builder |
period(String period)
The data aggregation time for the subscription.
|
Subscription.Builder |
source(String source)
The Region or Availability Zone that's the source for the subscription.
|
Subscription.Builder |
statistic(StatisticType statistic)
The statistic used for the subscription.
|
Subscription.Builder |
statistic(String statistic)
The statistic used for the subscription.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubscription.Builder source(String source)
The Region or Availability Zone that's the source for the subscription. For example, us-east-1.
source - The Region or Availability Zone that's the source for the subscription. For example,
us-east-1.Subscription.Builder destination(String destination)
The Region or Availability Zone that's the target for the subscription. For example, eu-west-1.
destination - The Region or Availability Zone that's the target for the subscription. For example,
eu-west-1.Subscription.Builder metric(String metric)
The metric used for the subscription.
metric - The metric used for the subscription.MetricType,
MetricTypeSubscription.Builder metric(MetricType metric)
The metric used for the subscription.
metric - The metric used for the subscription.MetricType,
MetricTypeSubscription.Builder statistic(String statistic)
The statistic used for the subscription.
statistic - The statistic used for the subscription.StatisticType,
StatisticTypeSubscription.Builder statistic(StatisticType statistic)
The statistic used for the subscription.
statistic - The statistic used for the subscription.StatisticType,
StatisticTypeSubscription.Builder period(String period)
The data aggregation time for the subscription.
period - The data aggregation time for the subscription.PeriodType,
PeriodTypeSubscription.Builder period(PeriodType period)
The data aggregation time for the subscription.
period - The data aggregation time for the subscription.PeriodType,
PeriodTypeCopyright © 2022. All rights reserved.