CopyableBuilder<StartInstancesResponse.Builder,StartInstancesResponse>
, SdkBuilder<StartInstancesResponse.Builder,StartInstancesResponse>
public static interface StartInstancesResponse.Builder extends CopyableBuilder<StartInstancesResponse.Builder,StartInstancesResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setStartingInstances(java.util.Collection)
or #withStartingInstances(java.util.Collection)
if you want to override the existing values.
startingInstances
- Information about one or more started instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.