Interface IsraelAdditionalInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IsraelAdditionalInfo.Builder,IsraelAdditionalInfo>,SdkBuilder<IsraelAdditionalInfo.Builder,IsraelAdditionalInfo>,SdkPojo
- Enclosing class:
- IsraelAdditionalInfo
public static interface IsraelAdditionalInfo.Builder extends SdkPojo, CopyableBuilder<IsraelAdditionalInfo.Builder,IsraelAdditionalInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IsraelAdditionalInfo.BuildercustomerType(String customerType)Customer type for your TRN in Israel.IsraelAdditionalInfo.BuildercustomerType(IsraelCustomerType customerType)Customer type for your TRN in Israel.IsraelAdditionalInfo.BuilderdealerType(String dealerType)Dealer type for your TRN in Israel.IsraelAdditionalInfo.BuilderdealerType(IsraelDealerType dealerType)Dealer type for your TRN in Israel.-
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
-
customerType
IsraelAdditionalInfo.Builder customerType(String customerType)
Customer type for your TRN in Israel. The value can be
BusinessorIndividual. UseBusinessfor entities such as not-for-profit and financial institutions.- Parameters:
customerType- Customer type for your TRN in Israel. The value can beBusinessorIndividual. UseBusinessfor entities such as not-for-profit and financial institutions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IsraelCustomerType,IsraelCustomerType
-
customerType
IsraelAdditionalInfo.Builder customerType(IsraelCustomerType customerType)
Customer type for your TRN in Israel. The value can be
BusinessorIndividual. UseBusinessfor entities such as not-for-profit and financial institutions.- Parameters:
customerType- Customer type for your TRN in Israel. The value can beBusinessorIndividual. UseBusinessfor entities such as not-for-profit and financial institutions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IsraelCustomerType,IsraelCustomerType
-
dealerType
IsraelAdditionalInfo.Builder dealerType(String dealerType)
Dealer type for your TRN in Israel. If you're not a local authorized dealer with an Israeli VAT ID, specify your tax identification number so that Amazon Web Services can send you a compliant tax invoice.
- Parameters:
dealerType- Dealer type for your TRN in Israel. If you're not a local authorized dealer with an Israeli VAT ID, specify your tax identification number so that Amazon Web Services can send you a compliant tax invoice.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IsraelDealerType,IsraelDealerType
-
dealerType
IsraelAdditionalInfo.Builder dealerType(IsraelDealerType dealerType)
Dealer type for your TRN in Israel. If you're not a local authorized dealer with an Israeli VAT ID, specify your tax identification number so that Amazon Web Services can send you a compliant tax invoice.
- Parameters:
dealerType- Dealer type for your TRN in Israel. If you're not a local authorized dealer with an Israeli VAT ID, specify your tax identification number so that Amazon Web Services can send you a compliant tax invoice.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IsraelDealerType,IsraelDealerType
-
-