Interface DaemonCircuitBreaker.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DaemonCircuitBreaker.Builder,,DaemonCircuitBreaker> SdkBuilder<DaemonCircuitBreaker.Builder,,DaemonCircuitBreaker> SdkPojo
- Enclosing class:
DaemonCircuitBreaker
@Mutable
@NotThreadSafe
public static interface DaemonCircuitBreaker.Builder
extends SdkPojo, CopyableBuilder<DaemonCircuitBreaker.Builder,DaemonCircuitBreaker>
-
Method Summary
Modifier and TypeMethodDescriptionfailureCount(Integer failureCount) The number of times the circuit breaker detected a daemon deployment failure.The circuit breaker status.The circuit breaker status.The threshold which determines that the daemon deployment failed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
failureCount
The number of times the circuit breaker detected a daemon deployment failure.
- Parameters:
failureCount- The number of times the circuit breaker detected a daemon deployment failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The circuit breaker status. Amazon ECS is not using the circuit breaker for daemon deployment failures when the status is
DISABLED.- Parameters:
status- The circuit breaker status. Amazon ECS is not using the circuit breaker for daemon deployment failures when the status isDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The circuit breaker status. Amazon ECS is not using the circuit breaker for daemon deployment failures when the status is
DISABLED.- Parameters:
status- The circuit breaker status. Amazon ECS is not using the circuit breaker for daemon deployment failures when the status isDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
threshold
The threshold which determines that the daemon deployment failed.
- Parameters:
threshold- The threshold which determines that the daemon deployment failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-