Class ValidationThresholdArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.networkcloud.inputs.ValidationThresholdArgs.Builder
-
- Enclosing class:
- ValidationThresholdArgs
public static final class ValidationThresholdArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ValidationThresholdArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ValidationThresholdArgs defaults)
-
-
Method Detail
-
grouping
public ValidationThresholdArgs.Builder grouping(com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,ValidationThresholdGrouping>> grouping)
- Parameters:
grouping
- Selection of how the type evaluation is applied to the cluster calculation.- Returns:
- builder
-
grouping
public ValidationThresholdArgs.Builder grouping(com.pulumi.core.Either<java.lang.String,ValidationThresholdGrouping> grouping)
- Parameters:
grouping
- Selection of how the type evaluation is applied to the cluster calculation.- Returns:
- builder
-
grouping
public ValidationThresholdArgs.Builder grouping(java.lang.String grouping)
- Parameters:
grouping
- Selection of how the type evaluation is applied to the cluster calculation.- Returns:
- builder
-
grouping
public ValidationThresholdArgs.Builder grouping(ValidationThresholdGrouping grouping)
- Parameters:
grouping
- Selection of how the type evaluation is applied to the cluster calculation.- Returns:
- builder
-
type
public ValidationThresholdArgs.Builder type(com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,ValidationThresholdType>> type)
- Parameters:
type
- Selection of how the threshold should be evaluated.- Returns:
- builder
-
type
public ValidationThresholdArgs.Builder type(com.pulumi.core.Either<java.lang.String,ValidationThresholdType> type)
- Parameters:
type
- Selection of how the threshold should be evaluated.- Returns:
- builder
-
type
public ValidationThresholdArgs.Builder type(java.lang.String type)
- Parameters:
type
- Selection of how the threshold should be evaluated.- Returns:
- builder
-
type
public ValidationThresholdArgs.Builder type(ValidationThresholdType type)
- Parameters:
type
- Selection of how the threshold should be evaluated.- Returns:
- builder
-
value
public ValidationThresholdArgs.Builder value(com.pulumi.core.Output<java.lang.Double> value)
- Parameters:
value
- The numeric threshold value.- Returns:
- builder
-
value
public ValidationThresholdArgs.Builder value(java.lang.Double value)
- Parameters:
value
- The numeric threshold value.- Returns:
- builder
-
build
public ValidationThresholdArgs build()
-
-