public static interface Action.Builder extends CopyableBuilder<Action.Builder,Action>
Modifier and Type | Method and Description |
---|---|
Action.Builder |
arguments(Map<String,String> arguments)
Arguments to be passed to the job.
|
Action.Builder |
jobName(String jobName)
The name of a job to be executed.
|
copy
applyMutation, build
Action.Builder jobName(String jobName)
The name of a job to be executed.
jobName
- The name of a job to be executed.Action.Builder arguments(Map<String,String> arguments)
Arguments to be passed to the job.
arguments
- Arguments to be passed to the job.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.