public static interface RunScheduledInstancesResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<RunScheduledInstancesResponse.Builder,RunScheduledInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
RunScheduledInstancesResponse.Builder |
instanceIdSet(Collection<String> instanceIdSet)
The IDs of the newly launched instances.
|
RunScheduledInstancesResponse.Builder |
instanceIdSet(String... instanceIdSet)
The IDs of the newly launched instances.
|
buildRunScheduledInstancesResponse.Builder instanceIdSet(Collection<String> instanceIdSet)
The IDs of the newly launched instances.
instanceIdSet - The IDs of the newly launched instances.RunScheduledInstancesResponse.Builder instanceIdSet(String... instanceIdSet)
The IDs of the newly launched instances.
instanceIdSet - The IDs of the newly launched instances.Copyright © 2017. All rights reserved.