Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.Variant.Builder
-
Packages that use Variant.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of Variant.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return Variant.Builder Modifier and Type Method Description Variant.BuilderVariant.Builder. booleanValue(Boolean booleanValue)Asset property data of type Boolean (true or false).static Variant.BuilderVariant. builder()Variant.BuilderVariant.Builder. doubleValue(Double doubleValue)Asset property data of type double (floating point number).Variant.BuilderVariant.Builder. integerValue(Integer integerValue)Asset property data of type integer (number that's greater than or equal to zero).Variant.BuilderVariant.Builder. stringValue(String stringValue)Asset property data of type string (sequence of characters).Variant.BuilderVariant. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type Variant.Builder Modifier and Type Method Description static Class<? extends Variant.Builder>Variant. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type Variant.Builder Modifier and Type Method Description default AssetPropertyValue.BuilderAssetPropertyValue.Builder. value(Consumer<Variant.Builder> value)The value of the asset property (seeVariant).default InterpolatedAssetPropertyValue.BuilderInterpolatedAssetPropertyValue.Builder. value(Consumer<Variant.Builder> value)Sets the value of the Value property for this object.
-