public static interface StopInstancesResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<StopInstancesResponse.Builder,StopInstancesResponse>
| Modifier and Type | Method and 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.
|
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.
stoppingInstances - Information about one or more stopped instances.Copyright © 2018. All rights reserved.