Interface GeorgiaAdditionalInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeorgiaAdditionalInfo.Builder,GeorgiaAdditionalInfo>,SdkBuilder<GeorgiaAdditionalInfo.Builder,GeorgiaAdditionalInfo>,SdkPojo
- Enclosing class:
- GeorgiaAdditionalInfo
public static interface GeorgiaAdditionalInfo.Builder extends SdkPojo, CopyableBuilder<GeorgiaAdditionalInfo.Builder,GeorgiaAdditionalInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeorgiaAdditionalInfo.BuilderpersonType(String personType)The legal person or physical person assigned to this TRN in Georgia.GeorgiaAdditionalInfo.BuilderpersonType(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 Detail
-
personType
GeorgiaAdditionalInfo.Builder personType(String 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,PersonType
-
personType
GeorgiaAdditionalInfo.Builder personType(PersonType 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,PersonType
-
-