public static interface Branch.Builder extends SdkPojo, CopyableBuilder<Branch.Builder,Branch>
| Modifier and Type | Method and Description |
|---|---|
Branch.Builder |
description(String description)
A brief description of the branch.
|
Branch.Builder |
fullyQualifiedName(String fullyQualifiedName)
The fully qualified name of the branch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBranch.Builder fullyQualifiedName(String fullyQualifiedName)
The fully qualified name of the branch. For example, the fully qualified name of a branch might be
Vehicle.Body.Engine.
fullyQualifiedName - The fully qualified name of the branch. For example, the fully qualified name of a branch might be
Vehicle.Body.Engine.Branch.Builder description(String description)
A brief description of the branch.
description - A brief description of the branch.Copyright © 2022. All rights reserved.