Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.CustomStruct.Builder
-
Packages that use CustomStruct.Builder Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of CustomStruct.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return CustomStruct.Builder Modifier and Type Method Description static CustomStruct.BuilderCustomStruct. builder()CustomStruct.BuilderCustomStruct.Builder. comment(String comment)A comment in addition to the description.CustomStruct.BuilderCustomStruct.Builder. deprecationMessage(String deprecationMessage)The deprecation message for the node or the branch that was moved or deleted.CustomStruct.BuilderCustomStruct.Builder. description(String description)A brief description of the custom structure.CustomStruct.BuilderCustomStruct.Builder. fullyQualifiedName(String fullyQualifiedName)The fully qualified name of the custom structure.CustomStruct.BuilderCustomStruct. toBuilder()Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type CustomStruct.Builder Modifier and Type Method Description static Class<? extends CustomStruct.Builder>CustomStruct. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type CustomStruct.Builder Modifier and Type Method Description static NodeNode. fromStruct(Consumer<CustomStruct.Builder> struct)Create an instance of this class withNode.struct()initialized to the given value.default Node.BuilderNode.Builder. struct(Consumer<CustomStruct.Builder> struct)Represents a complex or higher-order data structure.
-