Interface ComponentConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ComponentConfig.Builder,
,ComponentConfig> SdkBuilder<ComponentConfig.Builder,
,ComponentConfig> SdkPojo
- Enclosing class:
ComponentConfig
@Mutable
@NotThreadSafe
public static interface ComponentConfig.Builder
extends SdkPojo, CopyableBuilder<ComponentConfig.Builder,ComponentConfig>
-
Method Summary
Modifier and TypeMethodDescriptionConfiguration options for the scraper component.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
-
options
Configuration options for the scraper component.
- Parameters:
options
- Configuration options for the scraper component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-