Interface SampleValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SampleValue.Builder,SampleValue>,SdkBuilder<SampleValue.Builder,SampleValue>,SdkPojo
- Enclosing class:
- SampleValue
public static interface SampleValue.Builder extends SdkPojo, CopyableBuilder<SampleValue.Builder,SampleValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SampleValue.Buildervalue(String value)The value that can be used for a slot type.-
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, sdkFields
-
-
-
-
Method Detail
-
value
SampleValue.Builder value(String value)
The value that can be used for a slot type.
- Parameters:
value- The value that can be used for a slot type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-