public static interface GetContactInformationResponse.Builder extends AccountResponse.Builder, SdkPojo, CopyableBuilder<GetContactInformationResponse.Builder,GetContactInformationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetContactInformationResponse.Builder |
contactInformation(Consumer<ContactInformation.Builder> contactInformation)
Contains the details of the primary contact information associated with an Amazon Web Services account.
|
GetContactInformationResponse.Builder |
contactInformation(ContactInformation contactInformation)
Contains the details of the primary contact information associated with an Amazon Web Services account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetContactInformationResponse.Builder contactInformation(ContactInformation contactInformation)
Contains the details of the primary contact information associated with an Amazon Web Services account.
contactInformation - Contains the details of the primary contact information associated with an Amazon Web Services
account.default GetContactInformationResponse.Builder contactInformation(Consumer<ContactInformation.Builder> contactInformation)
Contains the details of the primary contact information associated with an Amazon Web Services account.
This is a convenience method that creates an instance of theContactInformation.Builder avoiding the
need to create one manually via ContactInformation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to contactInformation(ContactInformation).contactInformation - a consumer that will call methods on ContactInformation.BuildercontactInformation(ContactInformation)Copyright © 2022. All rights reserved.