public static interface ValidateE911AddressResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<ValidateE911AddressResponse.Builder,ValidateE911AddressResponse>
| Modifier and Type | Method and Description |
|---|---|
ValidateE911AddressResponse.Builder |
address(Address address)
The validated address.
|
default ValidateE911AddressResponse.Builder |
address(Consumer<Address.Builder> address)
The validated address.
|
ValidateE911AddressResponse.Builder |
addressExternalId(String addressExternalId)
The ID that represents the address.
|
ValidateE911AddressResponse.Builder |
candidateAddressList(CandidateAddress... candidateAddressList)
The list of address suggestions.
|
ValidateE911AddressResponse.Builder |
candidateAddressList(Collection<CandidateAddress> candidateAddressList)
The list of address suggestions.
|
ValidateE911AddressResponse.Builder |
candidateAddressList(Consumer<CandidateAddress.Builder>... candidateAddressList)
The list of address suggestions.
|
ValidateE911AddressResponse.Builder |
validationResult(Integer validationResult)
Number indicating the result of address validation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildValidateE911AddressResponse.Builder validationResult(Integer validationResult)
Number indicating the result of address validation. 0 means the address was perfect as is and
successfully validated. 1 means the address was corrected. 2 means the address sent
was not close enough and was not validated.
validationResult - Number indicating the result of address validation. 0 means the address was perfect as is
and successfully validated. 1 means the address was corrected. 2 means the
address sent was not close enough and was not validated.ValidateE911AddressResponse.Builder addressExternalId(String addressExternalId)
The ID that represents the address.
addressExternalId - The ID that represents the address.ValidateE911AddressResponse.Builder address(Address address)
The validated address.
address - The validated address.default ValidateE911AddressResponse.Builder address(Consumer<Address.Builder> address)
The validated address.
This is a convenience method that creates an instance of theAddress.Builder avoiding the need to
create one manually via Address.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to address(Address).
address - a consumer that will call methods on Address.Builderaddress(Address)ValidateE911AddressResponse.Builder candidateAddressList(Collection<CandidateAddress> candidateAddressList)
The list of address suggestions.
candidateAddressList - The list of address suggestions.ValidateE911AddressResponse.Builder candidateAddressList(CandidateAddress... candidateAddressList)
The list of address suggestions.
candidateAddressList - The list of address suggestions.ValidateE911AddressResponse.Builder candidateAddressList(Consumer<CandidateAddress.Builder>... candidateAddressList)
The list of address suggestions.
This is a convenience method that creates an instance of theCandidateAddress.Builder avoiding the need to create one
manually via CandidateAddress.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #candidateAddressList(List.
candidateAddressList - a consumer that will call methods on
CandidateAddress.Builder#candidateAddressList(java.util.Collection) Copyright © 2022. All rights reserved.