public static interface StartInstancesResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<StartInstancesResponse.Builder,StartInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
StartInstancesResponse.Builder |
startingInstances(Collection<InstanceStateChange> startingInstances)
Information about one or more started instances.
|
StartInstancesResponse.Builder |
startingInstances(InstanceStateChange... startingInstances)
Information about one or more started instances.
|
buildStartInstancesResponse.Builder startingInstances(Collection<InstanceStateChange> startingInstances)
Information about one or more started instances.
startingInstances - Information about one or more started instances.StartInstancesResponse.Builder startingInstances(InstanceStateChange... startingInstances)
Information about one or more started instances.
startingInstances - Information about one or more started instances.Copyright © 2017. All rights reserved.