Interface SouthKoreaAdditionalInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SouthKoreaAdditionalInfo.Builder,
,SouthKoreaAdditionalInfo> SdkBuilder<SouthKoreaAdditionalInfo.Builder,
,SouthKoreaAdditionalInfo> SdkPojo
- Enclosing class:
SouthKoreaAdditionalInfo
@Mutable
@NotThreadSafe
public static interface SouthKoreaAdditionalInfo.Builder
extends SdkPojo, CopyableBuilder<SouthKoreaAdditionalInfo.Builder,SouthKoreaAdditionalInfo>
-
Method Summary
Modifier and TypeMethodDescriptionbusinessRepresentativeName
(String businessRepresentativeName) The business legal name based on the most recently uploaded tax registration certificate.itemOfBusiness
(String itemOfBusiness) Item of business based on the most recently uploaded tax registration certificate.lineOfBusiness
(String lineOfBusiness) Line of business based on the most recently uploaded tax registration certificate.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
businessRepresentativeName
The business legal name based on the most recently uploaded tax registration certificate.
- Parameters:
businessRepresentativeName
- The business legal name based on the most recently uploaded tax registration certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
itemOfBusiness
Item of business based on the most recently uploaded tax registration certificate.
- Parameters:
itemOfBusiness
- Item of business based on the most recently uploaded tax registration certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineOfBusiness
Line of business based on the most recently uploaded tax registration certificate.
- Parameters:
lineOfBusiness
- Line of business based on the most recently uploaded tax registration certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-