public static interface StopInstancesResponse.Builder extends EC2Response.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.
|
build
copy
apply, build
StopInstancesResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.