Interface KenyaAdditionalInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KenyaAdditionalInfo.Builder,
,KenyaAdditionalInfo> SdkBuilder<KenyaAdditionalInfo.Builder,
,KenyaAdditionalInfo> SdkPojo
- Enclosing class:
KenyaAdditionalInfo
@Mutable
@NotThreadSafe
public static interface KenyaAdditionalInfo.Builder
extends SdkPojo, CopyableBuilder<KenyaAdditionalInfo.Builder,KenyaAdditionalInfo>
-
Method Summary
Modifier and TypeMethodDescriptionpersonType
(String personType) The legal person or physical person assigned to this TRN in Kenya.personType
(PersonType personType) The legal person or physical person assigned to this TRN in Kenya.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
-
personType
The legal person or physical person assigned to this TRN in Kenya.
- Parameters:
personType
- The legal person or physical person assigned to this TRN in Kenya.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
personType
The legal person or physical person assigned to this TRN in Kenya.
- Parameters:
personType
- The legal person or physical person assigned to this TRN in Kenya.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-