BAEL-1572: remove quotes
This commit is contained in:
parent
0a40f30578
commit
92bf897874
|
@ -123,7 +123,7 @@ public class EC2Application {
|
|||
|
||||
// 9) - Start an Instance
|
||||
StartInstancesRequest startInstancesRequest = new StartInstancesRequest()
|
||||
.withInstanceIds("yourInstanceId");
|
||||
.withInstanceIds(yourInstanceId);
|
||||
|
||||
ec2Client.startInstances(startInstancesRequest);
|
||||
|
||||
|
|
Loading…
Reference in New Issue