Interface TaxInheritanceDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TaxInheritanceDetails.Builder,
,TaxInheritanceDetails> SdkBuilder<TaxInheritanceDetails.Builder,
,TaxInheritanceDetails> SdkPojo
- Enclosing class:
TaxInheritanceDetails
@Mutable
@NotThreadSafe
public static interface TaxInheritanceDetails.Builder
extends SdkPojo, CopyableBuilder<TaxInheritanceDetails.Builder,TaxInheritanceDetails>
-
Method Summary
Modifier and TypeMethodDescriptioninheritanceObtainedReason
(String inheritanceObtainedReason) Tax inheritance reason information associated with the account.parentEntityId
(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 Details
-
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
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.
-