Interface AutomaticFailConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomaticFailConfiguration.Builder,,AutomaticFailConfiguration> SdkBuilder<AutomaticFailConfiguration.Builder,,AutomaticFailConfiguration> SdkPojo
- Enclosing class:
AutomaticFailConfiguration
@Mutable
@NotThreadSafe
public static interface AutomaticFailConfiguration.Builder
extends SdkPojo, CopyableBuilder<AutomaticFailConfiguration.Builder,AutomaticFailConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiontargetSection(String targetSection) The referenceId of the target section for auto failure.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
-
targetSection
The referenceId of the target section for auto failure.
- Parameters:
targetSection- The referenceId of the target section for auto failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-