Class ApplicationInsightsComponentDataVolumeCapArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.insights.inputs.ApplicationInsightsComponentDataVolumeCapArgs.Builder
-
- Enclosing class:
- ApplicationInsightsComponentDataVolumeCapArgs
public static final class ApplicationInsightsComponentDataVolumeCapArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ApplicationInsightsComponentDataVolumeCapArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ApplicationInsightsComponentDataVolumeCapArgs defaults)
-
-
Method Detail
-
cap
public ApplicationInsightsComponentDataVolumeCapArgs.Builder cap(@Nullable com.pulumi.core.Output<java.lang.Double> cap)
- Parameters:
cap
- Daily data volume cap in GB.- Returns:
- builder
-
cap
public ApplicationInsightsComponentDataVolumeCapArgs.Builder cap(java.lang.Double cap)
- Parameters:
cap
- Daily data volume cap in GB.- Returns:
- builder
-
stopSendNotificationWhenHitCap
public ApplicationInsightsComponentDataVolumeCapArgs.Builder stopSendNotificationWhenHitCap(@Nullable com.pulumi.core.Output<java.lang.Boolean> stopSendNotificationWhenHitCap)
- Parameters:
stopSendNotificationWhenHitCap
- Do not send a notification email when the daily data volume cap is met.- Returns:
- builder
-
stopSendNotificationWhenHitCap
public ApplicationInsightsComponentDataVolumeCapArgs.Builder stopSendNotificationWhenHitCap(java.lang.Boolean stopSendNotificationWhenHitCap)
- Parameters:
stopSendNotificationWhenHitCap
- Do not send a notification email when the daily data volume cap is met.- Returns:
- builder
-
stopSendNotificationWhenHitThreshold
public ApplicationInsightsComponentDataVolumeCapArgs.Builder stopSendNotificationWhenHitThreshold(@Nullable com.pulumi.core.Output<java.lang.Boolean> stopSendNotificationWhenHitThreshold)
- Parameters:
stopSendNotificationWhenHitThreshold
- Reserved, not used for now.- Returns:
- builder
-
stopSendNotificationWhenHitThreshold
public ApplicationInsightsComponentDataVolumeCapArgs.Builder stopSendNotificationWhenHitThreshold(java.lang.Boolean stopSendNotificationWhenHitThreshold)
- Parameters:
stopSendNotificationWhenHitThreshold
- Reserved, not used for now.- Returns:
- builder
-
warningThreshold
public ApplicationInsightsComponentDataVolumeCapArgs.Builder warningThreshold(@Nullable com.pulumi.core.Output<java.lang.Integer> warningThreshold)
- Parameters:
warningThreshold
- Reserved, not used for now.- Returns:
- builder
-
warningThreshold
public ApplicationInsightsComponentDataVolumeCapArgs.Builder warningThreshold(java.lang.Integer warningThreshold)
- Parameters:
warningThreshold
- Reserved, not used for now.- Returns:
- builder
-
build
public ApplicationInsightsComponentDataVolumeCapArgs build()
-
-