Constructor and Description |
---|
AwsCreator(String credentials)
Construct a new AwsCreator.
|
Modifier and Type | Method and Description |
---|---|
Aws |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
AwsCreator |
setAccountSid(String accountSid)
The SID of the Subaccount that this Credential should be associated with.
|
AwsCreator |
setFriendlyName(String friendlyName)
A descriptive string that you create to describe the resource.
|
create, createAsync, createAsync
public AwsCreator(String credentials)
credentials
- A string that contains the AWS access credentials in the
format
<AWS_ACCESS_KEY_ID>:<AWS_SECRET_ACCESS_KEY>public AwsCreator setFriendlyName(String friendlyName)
friendlyName
- A string to describe the resourcepublic AwsCreator setAccountSid(String accountSid)
accountSid
- The Subaccount this Credential should be associated with.public Aws create(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.