Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Group |
build() |
Group.Builder |
copy(Group model) |
Group.Builder |
name(String name)
The name of the group.
|
Group.Builder |
properties(ComponentProperties properties) |
Group.Builder |
type(Group.Type type)
The type of the group.
|
public Group.Builder type(Group.Type type)
The type of the group. PARALLEL_TASK_GROUP : Helps to execute tasks parallelly inside a resource. PARALLEL_RESOURCE_GROUP : Executes tasks across resources parallelly. ROLLING_RESOURCE_GROUP : Executes tasks across resources in a rolling order.
type
- the value to setpublic Group.Builder name(String name)
The name of the group.
name
- the value to setpublic Group.Builder properties(ComponentProperties properties)
public Group build()
public Group.Builder copy(Group model)
Copyright © 2016–2024. All rights reserved.