public static interface DescribeContactResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeContactResponse.Builder,DescribeContactResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeContactResponse.Builder |
contact(Consumer<Contact.Builder> contact)
Information about the contact.
|
DescribeContactResponse.Builder |
contact(Contact contact)
Information about the contact.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeContactResponse.Builder contact(Contact contact)
Information about the contact.
contact - Information about the contact.default DescribeContactResponse.Builder contact(Consumer<Contact.Builder> contact)
Information about the contact.
This is a convenience method that creates an instance of theContact.Builder avoiding the need to
create one manually via Contact.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to contact(Contact).
contact - a consumer that will call methods on Contact.Buildercontact(Contact)Copyright © 2023. All rights reserved.