public static interface GetAlternateContactResponse.Builder extends AccountResponse.Builder, SdkPojo, CopyableBuilder<GetAlternateContactResponse.Builder,GetAlternateContactResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAlternateContactResponse.Builder |
alternateContact(AlternateContact alternateContact)
A structure that contains the details for the specified alternate contact.
|
default GetAlternateContactResponse.Builder |
alternateContact(Consumer<AlternateContact.Builder> alternateContact)
A structure that contains the details for the specified alternate contact.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAlternateContactResponse.Builder alternateContact(AlternateContact alternateContact)
A structure that contains the details for the specified alternate contact.
alternateContact - A structure that contains the details for the specified alternate contact.default GetAlternateContactResponse.Builder alternateContact(Consumer<AlternateContact.Builder> alternateContact)
A structure that contains the details for the specified alternate contact.
This is a convenience method that creates an instance of theAlternateContact.Builder avoiding the
need to create one manually via AlternateContact.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to alternateContact(AlternateContact).
alternateContact - a consumer that will call methods on AlternateContact.BuilderalternateContact(AlternateContact)Copyright © 2022. All rights reserved.