Interface ExtractionConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExtractionConfig.Builder,,ExtractionConfig> SdkBuilder<ExtractionConfig.Builder,,ExtractionConfig> SdkPojo
- Enclosing class:
ExtractionConfig
@Mutable
@NotThreadSafe
public static interface ExtractionConfig.Builder
extends SdkPojo, CopyableBuilder<ExtractionConfig.Builder,ExtractionConfig>
-
Method Summary
Modifier and TypeMethodDescriptionnamespaceVariables(Map<String, String> namespaceVariables) A map ofnamespaceKeysto their values.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
-
namespaceVariables
A map of
namespaceKeysto their values. The service substitutes these values intonamespaceTemplatesduring long-term memory extraction to control namespace hierarchy.- Parameters:
namespaceVariables- A map ofnamespaceKeysto their values. The service substitutes these values intonamespaceTemplatesduring long-term memory extraction to control namespace hierarchy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-