CopyableBuilder<StopInstancesResponse.Builder,StopInstancesResponse>, SdkBuilder<StopInstancesResponse.Builder,StopInstancesResponse>public static interface StopInstancesResponse.Builder extends CopyableBuilder<StopInstancesResponse.Builder,StopInstancesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
StopInstancesResponse.Builder |
stoppingInstances(Collection<InstanceStateChange> stoppingInstances) |
Information about one or more stopped instances.
|
StopInstancesResponse.Builder |
stoppingInstances(InstanceStateChange... stoppingInstances) |
Information about one or more stopped instances.
|
copyapply, buildStopInstancesResponse.Builder stoppingInstances(Collection<InstanceStateChange> stoppingInstances)
Information about one or more stopped instances.
stoppingInstances - Information about one or more stopped instances.StopInstancesResponse.Builder stoppingInstances(InstanceStateChange... stoppingInstances)
Information about one or more stopped instances.
NOTE: This method appends the values to the existing list (if any). Use
#setStoppingInstances(java.util.Collection) or #withStoppingInstances(java.util.Collection)
if you want to override the existing values.
stoppingInstances - Information about one or more stopped instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.