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