Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.PropertySummary.Builder
Packages that use PropertySummary.Builder
-
Uses of PropertySummary.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertySummary.BuilderModifier and TypeMethodDescriptionPropertySummary.Builder.areAllPropertyValuesReturned(Boolean areAllPropertyValuesReturned) This flag notes whether all values of a list or map type property are returned in the API response.static PropertySummary.BuilderPropertySummary.builder()default PropertySummary.BuilderPropertySummary.Builder.definition(Consumer<PropertyDefinitionResponse.Builder> definition) This is the schema for the property.PropertySummary.Builder.definition(PropertyDefinitionResponse definition) This is the schema for the property.PropertySummary.Builder.propertyName(String propertyName) This is the name of the property.PropertySummary.toBuilder()default PropertySummary.BuilderPropertySummary.Builder.value(Consumer<DataValue.Builder> value) This is the value for the property.This is the value for the property.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertySummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PropertySummary.Builder>PropertySummary.serializableBuilderClass()