public static interface StartInstancesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<StartInstancesResponse.Builder,StartInstancesResponse>
Modifier and Type | Method and Description |
---|---|
StartInstancesResponse.Builder |
startingInstances(Collection<InstanceStateChange> startingInstances)
Information about the started instances.
|
StartInstancesResponse.Builder |
startingInstances(Consumer<InstanceStateChange.Builder>... startingInstances)
Information about the started instances.
|
StartInstancesResponse.Builder |
startingInstances(InstanceStateChange... startingInstances)
Information about the started instances.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
StartInstancesResponse.Builder startingInstances(Collection<InstanceStateChange> startingInstances)
Information about the started instances.
startingInstances
- Information about the started instances.StartInstancesResponse.Builder startingInstances(InstanceStateChange... startingInstances)
Information about the started instances.
startingInstances
- Information about the started instances.StartInstancesResponse.Builder startingInstances(Consumer<InstanceStateChange.Builder>... startingInstances)
Information about the 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 © 2020. All rights reserved.