Interface NluImprovementSpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NluImprovementSpecification.Builder,
,NluImprovementSpecification> SdkBuilder<NluImprovementSpecification.Builder,
,NluImprovementSpecification> SdkPojo
- Enclosing class:
NluImprovementSpecification
@Mutable
@NotThreadSafe
public static interface NluImprovementSpecification.Builder
extends SdkPojo, CopyableBuilder<NluImprovementSpecification.Builder,NluImprovementSpecification>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether the assisted nlu feature is enabled.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
-
enabled
Specifies whether the assisted nlu feature is enabled.
- Parameters:
enabled
- Specifies whether the assisted nlu feature is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-