public static interface CreateJobForDevicesRequest.Builder extends PanoramaRequest.Builder, SdkPojo, CopyableBuilder<CreateJobForDevicesRequest.Builder,CreateJobForDevicesRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateJobForDevicesRequest.Builder |
deviceIds(Collection<String> deviceIds)
IDs of target devices.
|
CreateJobForDevicesRequest.Builder |
deviceIds(String... deviceIds)
IDs of target devices.
|
default CreateJobForDevicesRequest.Builder |
deviceJobConfig(Consumer<DeviceJobConfig.Builder> deviceJobConfig)
Configuration settings for the job.
|
CreateJobForDevicesRequest.Builder |
deviceJobConfig(DeviceJobConfig deviceJobConfig)
Configuration settings for the job.
|
CreateJobForDevicesRequest.Builder |
jobType(JobType jobType)
The type of job to run.
|
CreateJobForDevicesRequest.Builder |
jobType(String jobType)
The type of job to run.
|
CreateJobForDevicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateJobForDevicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateJobForDevicesRequest.Builder deviceIds(Collection<String> deviceIds)
IDs of target devices.
deviceIds - IDs of target devices.CreateJobForDevicesRequest.Builder deviceIds(String... deviceIds)
IDs of target devices.
deviceIds - IDs of target devices.CreateJobForDevicesRequest.Builder deviceJobConfig(DeviceJobConfig deviceJobConfig)
Configuration settings for the job.
deviceJobConfig - Configuration settings for the job.default CreateJobForDevicesRequest.Builder deviceJobConfig(Consumer<DeviceJobConfig.Builder> deviceJobConfig)
Configuration settings for the job.
This is a convenience method that creates an instance of theDeviceJobConfig.Builder avoiding the
need to create one manually via DeviceJobConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to deviceJobConfig(DeviceJobConfig).
deviceJobConfig - a consumer that will call methods on DeviceJobConfig.BuilderdeviceJobConfig(DeviceJobConfig)CreateJobForDevicesRequest.Builder jobType(String jobType)
The type of job to run.
CreateJobForDevicesRequest.Builder jobType(JobType jobType)
The type of job to run.
CreateJobForDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateJobForDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.