CopyableBuilder<RunScheduledInstancesResponse.Builder,RunScheduledInstancesResponse>
, SdkBuilder<RunScheduledInstancesResponse.Builder,RunScheduledInstancesResponse>
public static interface RunScheduledInstancesResponse.Builder extends CopyableBuilder<RunScheduledInstancesResponse.Builder,RunScheduledInstancesResponse>
Modifier and Type | Method | Description |
---|---|---|
RunScheduledInstancesResponse.Builder |
instanceIdSet(String... instanceIdSet) |
The IDs of the newly launched instances.
|
RunScheduledInstancesResponse.Builder |
instanceIdSet(Collection<String> instanceIdSet) |
The IDs of the newly launched instances.
|
copy
apply, build
RunScheduledInstancesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceIdSet(java.util.Collection)
or #withInstanceIdSet(java.util.Collection)
if you
want to override the existing values.
instanceIdSet
- The IDs of the newly launched instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.