Interface ExtractionDefinitionNotFoundBehavior.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExtractionDefinitionNotFoundBehavior.Builder,,ExtractionDefinitionNotFoundBehavior> SdkBuilder<ExtractionDefinitionNotFoundBehavior.Builder,,ExtractionDefinitionNotFoundBehavior> SdkPojo
- Enclosing class:
ExtractionDefinitionNotFoundBehavior
@Mutable
@NotThreadSafe
public static interface ExtractionDefinitionNotFoundBehavior.Builder
extends SdkPojo, CopyableBuilder<ExtractionDefinitionNotFoundBehavior.Builder,ExtractionDefinitionNotFoundBehavior>
-
Method Summary
Modifier and TypeMethodDescriptionThe behavior type.behavior(NotFoundBehaviorType behavior) The behavior type.defaultValue(String defaultValue) The default value to use when the behavior isUSE_DEFAULT_VALUE.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
-
behavior
The behavior type.
USE_DEFAULT_VALUEreturns the specified default value.OMITexcludes the field from the output.- Parameters:
behavior- The behavior type.USE_DEFAULT_VALUEreturns the specified default value.OMITexcludes the field from the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
behavior
The behavior type.
USE_DEFAULT_VALUEreturns the specified default value.OMITexcludes the field from the output.- Parameters:
behavior- The behavior type.USE_DEFAULT_VALUEreturns the specified default value.OMITexcludes the field from the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
defaultValue
The default value to use when the behavior is
USE_DEFAULT_VALUE.- Parameters:
defaultValue- The default value to use when the behavior isUSE_DEFAULT_VALUE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-