Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.Attribute.Builder
-
Packages that use Attribute.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of Attribute.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return Attribute.Builder Modifier and Type Method Description static Attribute.BuilderAttribute. builder()Attribute.BuilderAttribute.Builder. defaultValue(String defaultValue)The default value of the asset model property attribute.Attribute.BuilderAttribute. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type Attribute.Builder Modifier and Type Method Description static Class<? extends Attribute.Builder>Attribute. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type Attribute.Builder Modifier and Type Method Description default PropertyType.BuilderPropertyType.Builder. attribute(Consumer<Attribute.Builder> attribute)Specifies an asset attribute property.
-