Interface ExtractionDefinitionDisplay.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExtractionDefinitionDisplay.Builder,,ExtractionDefinitionDisplay> SdkBuilder<ExtractionDefinitionDisplay.Builder,,ExtractionDefinitionDisplay> SdkPojo
- Enclosing class:
ExtractionDefinitionDisplay
@Mutable
@NotThreadSafe
public static interface ExtractionDefinitionDisplay.Builder
extends SdkPojo, CopyableBuilder<ExtractionDefinitionDisplay.Builder,ExtractionDefinitionDisplay>
-
Method Summary
Modifier and TypeMethodDescriptionThe label displayed in the agent workspace for this extraction definition.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
-
label
The label displayed in the agent workspace for this extraction definition.
- Parameters:
label- The label displayed in the agent workspace for this extraction definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-