public static class AssociatedComponent.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AssociatedComponent.Builder |
associationType(AssociatedComponent.AssociationType associationType)
The association type.
|
AssociatedComponent |
build() |
AssociatedComponent.Builder |
componentId(String componentId)
The identifier of the associated component.
|
AssociatedComponent.Builder |
componentType(ExternalDbSystemComponentType componentType)
The type of associated component.
|
AssociatedComponent.Builder |
copy(AssociatedComponent model) |
public AssociatedComponent.Builder componentId(String componentId)
The identifier of the associated component.
componentId
- the value to setpublic AssociatedComponent.Builder componentType(ExternalDbSystemComponentType componentType)
The type of associated component.
componentType
- the value to setpublic AssociatedComponent.Builder associationType(AssociatedComponent.AssociationType associationType)
The association type.
associationType
- the value to setpublic AssociatedComponent build()
public AssociatedComponent.Builder copy(AssociatedComponent model)
Copyright © 2016–2024. All rights reserved.