public class DeploymentCreator extends Creator<Deployment>
Constructor and Description |
---|
DeploymentCreator(String pathServiceSid,
String pathEnvironmentSid)
Construct a new DeploymentCreator.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
DeploymentCreator |
setBuildSid(String buildSid)
The SID of the Build for the Deployment..
|
create, createAsync, createAsync
public DeploymentCreator setBuildSid(String buildSid)
buildSid
- The SID of the Build for the Deploymentpublic Deployment create(TwilioRestClient client)
create
in class Creator<Deployment>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.