Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Action |
build() |
Action.Builder |
copy(Action model) |
Action.Builder |
type(Action.Type type)
The type of action to take.
|
Action.Builder |
value(Integer value)
To scale out (increase the number of instances), provide a positive value.
|
public Action.Builder type(Action.Type type)
The type of action to take.
type
- the value to setpublic Action.Builder value(Integer value)
To scale out (increase the number of instances), provide a positive value. To scale in (decrease the number of instances), provide a negative value.
value
- the value to setpublic Action build()
public Action.Builder copy(Action model)
Copyright © 2016–2024. All rights reserved.