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