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(Consumer<InstanceStateChange.Builder>... startingInstances)
Information about one or more started instances.
|
StartInstancesResponse.Builder |
startingInstances(InstanceStateChange... startingInstances)
Information about one or more started instances.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.StartInstancesResponse.Builder startingInstances(Consumer<InstanceStateChange.Builder>... startingInstances)
Information about one or more started instances.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #startingInstances(List) .startingInstances - a consumer that will call methods on List.Builder #startingInstances(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.