Interface BusinessVerificationDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BusinessVerificationDetails.Builder,,BusinessVerificationDetails> SdkBuilder<BusinessVerificationDetails.Builder,,BusinessVerificationDetails> SdkPojo
- Enclosing class:
BusinessVerificationDetails
@Mutable
@NotThreadSafe
public static interface BusinessVerificationDetails.Builder
extends SdkPojo, CopyableBuilder<BusinessVerificationDetails.Builder,BusinessVerificationDetails>
-
Method Summary
Modifier and TypeMethodDescriptioncountryCode(String countryCode) The ISO 3166-1 alpha-2 country code where the business is legally registered and operates.jurisdictionOfIncorporation(String jurisdictionOfIncorporation) The specific legal jurisdiction or state where the business was incorporated or registered, providing additional location context beyond the country code.The official legal name of the business as registered with the appropriate government authorities.registrationId(String registrationId) The unique business registration identifier assigned by the government or regulatory authority, such as a company registration number or tax identification number.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
legalName
The official legal name of the business as registered with the appropriate government authorities.
- Parameters:
legalName- The official legal name of the business as registered with the appropriate government authorities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationId
The unique business registration identifier assigned by the government or regulatory authority, such as a company registration number or tax identification number.
- Parameters:
registrationId- The unique business registration identifier assigned by the government or regulatory authority, such as a company registration number or tax identification number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
countryCode
The ISO 3166-1 alpha-2 country code where the business is legally registered and operates.
- Parameters:
countryCode- The ISO 3166-1 alpha-2 country code where the business is legally registered and operates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jurisdictionOfIncorporation
The specific legal jurisdiction or state where the business was incorporated or registered, providing additional location context beyond the country code.
- Parameters:
jurisdictionOfIncorporation- The specific legal jurisdiction or state where the business was incorporated or registered, providing additional location context beyond the country code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-