Interface AutoDisablePolicy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutoDisablePolicy.Builder,
,AutoDisablePolicy> SdkBuilder<AutoDisablePolicy.Builder,
,AutoDisablePolicy> SdkPojo
- Enclosing class:
AutoDisablePolicy
@Mutable
@NotThreadSafe
public static interface AutoDisablePolicy.Builder
extends SdkPojo, CopyableBuilder<AutoDisablePolicy.Builder,AutoDisablePolicy>
-
Method Summary
Modifier and TypeMethodDescriptionfailureCount
(Integer failureCount) The number of consecutive scheduled image pipeline executions that must fail before Image Builder automatically disables the pipeline.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
failureCount
The number of consecutive scheduled image pipeline executions that must fail before Image Builder automatically disables the pipeline.
- Parameters:
failureCount
- The number of consecutive scheduled image pipeline executions that must fail before Image Builder automatically disables the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-