public static class Properties.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Properties |
build() |
Properties.Builder |
copy(Properties model) |
Properties.Builder |
numRetries(Integer numRetries)
The number of retries allowed.
|
Properties.Builder |
timeoutInSeconds(Integer timeoutInSeconds)
The timeout in seconds for the task.
|
public Properties.Builder numRetries(Integer numRetries)
The number of retries allowed.
numRetries
- the value to setpublic Properties.Builder timeoutInSeconds(Integer timeoutInSeconds)
The timeout in seconds for the task.
timeoutInSeconds
- the value to setpublic Properties build()
public Properties.Builder copy(Properties model)
Copyright © 2016–2024. All rights reserved.