public static interface StartInstancesResponse.Builder extends EC2Response.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.
|
build
copy
apply, build
StartInstancesResponse.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 Amazon Web Services, Inc. All Rights Reserved.