Component.Builder |
Component.Builder.applicationId(String applicationId)
|
static Component.Builder |
Component.builder() |
Component.Builder |
Component.Builder.componentId(String componentId)
|
Component.Builder |
Component.Builder.componentType(ComponentType componentType)
|
Component.Builder |
Component.Builder.componentType(String componentType)
|
Component.Builder |
Component.Builder.databases(Collection<String> databases)
|
Component.Builder |
Component.Builder.databases(String... databases)
|
Component.Builder |
Component.Builder.hosts(Collection<Host> hosts)
|
Component.Builder |
Component.Builder.hosts(Consumer<Host.Builder>... hosts)
This is a convenience method that creates an instance of the
Host.Builder avoiding the need to create one manually
via Host.builder().
|
Component.Builder |
Component.Builder.hosts(Host... hosts)
|
Component.Builder |
Component.Builder.lastUpdated(Instant lastUpdated)
|
Component.Builder |
Component.Builder.primaryHost(String primaryHost)
|
Component.Builder |
Component.Builder.status(ComponentStatus status)
|
Component.Builder |
Component.Builder.status(String status)
|
Component.Builder |
Component.toBuilder() |