public static interface ContactData.Builder extends SdkPojo, CopyableBuilder<ContactData.Builder,ContactData>
Modifier and Type | Method and Description |
---|---|
ContactData.Builder |
contactArn(String contactArn)
The ARN of the contact.
|
ContactData.Builder |
displayName(String displayName)
The name of the contact to display on the console.
|
ContactData.Builder |
firstName(String firstName)
The first name of the contact, used to call the contact on the device.
|
ContactData.Builder |
lastName(String lastName)
The last name of the contact, used to call the contact on the device.
|
ContactData.Builder |
phoneNumber(String phoneNumber)
The phone number of the contact.
|
copy
applyMutation, build
ContactData.Builder contactArn(String contactArn)
The ARN of the contact.
contactArn
- The ARN of the contact.ContactData.Builder displayName(String displayName)
The name of the contact to display on the console.
displayName
- The name of the contact to display on the console.ContactData.Builder firstName(String firstName)
The first name of the contact, used to call the contact on the device.
firstName
- The first name of the contact, used to call the contact on the device.ContactData.Builder lastName(String lastName)
The last name of the contact, used to call the contact on the device.
lastName
- The last name of the contact, used to call the contact on the device.ContactData.Builder phoneNumber(String phoneNumber)
The phone number of the contact.
phoneNumber
- The phone number of the contact.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.