public static interface JobMessages.Builder extends SdkPojo, CopyableBuilder<JobMessages.Builder,JobMessages>
| Modifier and Type | Method and Description |
|---|---|
JobMessages.Builder |
info(Collection<String> info)
List of messages that are informational only and don't indicate a problem with your job.
|
JobMessages.Builder |
info(String... info)
List of messages that are informational only and don't indicate a problem with your job.
|
JobMessages.Builder |
warning(Collection<String> warning)
List of messages that warn about conditions that might cause your job not to run or to fail.
|
JobMessages.Builder |
warning(String... warning)
List of messages that warn about conditions that might cause your job not to run or to fail.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobMessages.Builder info(Collection<String> info)
info - List of messages that are informational only and don't indicate a problem with your job.JobMessages.Builder info(String... info)
info - List of messages that are informational only and don't indicate a problem with your job.JobMessages.Builder warning(Collection<String> warning)
warning - List of messages that warn about conditions that might cause your job not to run or to fail.JobMessages.Builder warning(String... warning)
warning - List of messages that warn about conditions that might cause your job not to run or to fail.Copyright © 2023. All rights reserved.