Class CircuitBreakerPolicyResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.app.outputs.CircuitBreakerPolicyResponse.Builder
-
- Enclosing class:
- CircuitBreakerPolicyResponse
public static final class CircuitBreakerPolicyResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(CircuitBreakerPolicyResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CircuitBreakerPolicyResponse
build()
CircuitBreakerPolicyResponse.Builder
consecutiveErrors(java.lang.Integer consecutiveErrors)
CircuitBreakerPolicyResponse.Builder
intervalInSeconds(java.lang.Integer intervalInSeconds)
CircuitBreakerPolicyResponse.Builder
maxEjectionPercent(java.lang.Integer maxEjectionPercent)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(CircuitBreakerPolicyResponse defaults)
-
-
Method Detail
-
consecutiveErrors
public CircuitBreakerPolicyResponse.Builder consecutiveErrors(@Nullable java.lang.Integer consecutiveErrors)
-
intervalInSeconds
public CircuitBreakerPolicyResponse.Builder intervalInSeconds(@Nullable java.lang.Integer intervalInSeconds)
-
maxEjectionPercent
public CircuitBreakerPolicyResponse.Builder maxEjectionPercent(@Nullable java.lang.Integer maxEjectionPercent)
-
build
public CircuitBreakerPolicyResponse build()
-
-