Interface SlotDefaultValue.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SlotDefaultValue.Builder,,- SlotDefaultValue> - SdkBuilder<SlotDefaultValue.Builder,,- SlotDefaultValue> - SdkPojo
- Enclosing class:
- SlotDefaultValue
@Mutable
@NotThreadSafe
public static interface SlotDefaultValue.Builder
extends SdkPojo, CopyableBuilder<SlotDefaultValue.Builder,SlotDefaultValue> 
- 
Method SummaryModifier and TypeMethodDescriptiondefaultValue(String defaultValue) The default value to use when a user doesn't provide a value for a slot.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
defaultValueThe default value to use when a user doesn't provide a value for a slot. - Parameters:
- defaultValue- The default value to use when a user doesn't provide a value for a slot.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-