Interface TaxInheritanceDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TaxInheritanceDetails.Builder,TaxInheritanceDetails>,SdkBuilder<TaxInheritanceDetails.Builder,TaxInheritanceDetails>,SdkPojo
- Enclosing class:
- TaxInheritanceDetails
public static interface TaxInheritanceDetails.Builder extends SdkPojo, CopyableBuilder<TaxInheritanceDetails.Builder,TaxInheritanceDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaxInheritanceDetails.BuilderinheritanceObtainedReason(String inheritanceObtainedReason)Tax inheritance reason information associated with the account.TaxInheritanceDetails.BuilderparentEntityId(String parentEntityId)Tax inheritance parent account information associated with the account.-
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
-
inheritanceObtainedReason
TaxInheritanceDetails.Builder inheritanceObtainedReason(String inheritanceObtainedReason)
Tax inheritance reason information associated with the account.
- Parameters:
inheritanceObtainedReason- Tax inheritance reason information associated with the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentEntityId
TaxInheritanceDetails.Builder parentEntityId(String parentEntityId)
Tax inheritance parent account information associated with the account.
- Parameters:
parentEntityId- Tax inheritance parent account information associated with the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-