public static interface RunScheduledInstancesResponse.Builder extends EC2Response.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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 Amazon Web Services, Inc. All Rights Reserved.