Interface SouthKoreaAdditionalInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SouthKoreaAdditionalInfo.Builder,SouthKoreaAdditionalInfo>,SdkBuilder<SouthKoreaAdditionalInfo.Builder,SouthKoreaAdditionalInfo>,SdkPojo
- Enclosing class:
- SouthKoreaAdditionalInfo
public static interface SouthKoreaAdditionalInfo.Builder extends SdkPojo, CopyableBuilder<SouthKoreaAdditionalInfo.Builder,SouthKoreaAdditionalInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SouthKoreaAdditionalInfo.BuilderbusinessRepresentativeName(String businessRepresentativeName)The business legal name based on the most recently uploaded tax registration certificate.SouthKoreaAdditionalInfo.BuilderitemOfBusiness(String itemOfBusiness)Item of business based on the most recently uploaded tax registration certificate.SouthKoreaAdditionalInfo.BuilderlineOfBusiness(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 Detail
-
businessRepresentativeName
SouthKoreaAdditionalInfo.Builder businessRepresentativeName(String 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
SouthKoreaAdditionalInfo.Builder itemOfBusiness(String 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
SouthKoreaAdditionalInfo.Builder lineOfBusiness(String 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.
-
-