Interface BatchGetTaxExemptionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchGetTaxExemptionsResponse.Builder,
,BatchGetTaxExemptionsResponse> SdkBuilder<BatchGetTaxExemptionsResponse.Builder,
,BatchGetTaxExemptionsResponse> SdkPojo
,SdkResponse.Builder
,TaxSettingsResponse.Builder
- Enclosing class:
BatchGetTaxExemptionsResponse
@Mutable
@NotThreadSafe
public static interface BatchGetTaxExemptionsResponse.Builder
extends TaxSettingsResponse.Builder, SdkPojo, CopyableBuilder<BatchGetTaxExemptionsResponse.Builder,BatchGetTaxExemptionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfailedAccounts
(String... failedAccounts) The list of accounts that failed to get tax exemptions.failedAccounts
(Collection<String> failedAccounts) The list of accounts that failed to get tax exemptions.taxExemptionDetailsMap
(Map<String, TaxExemptionDetails> taxExemptionDetailsMap) The tax exemption details map of accountId and tax exemption details.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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.taxsettings.model.TaxSettingsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
failedAccounts
The list of accounts that failed to get tax exemptions.
- Parameters:
failedAccounts
- The list of accounts that failed to get tax exemptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedAccounts
The list of accounts that failed to get tax exemptions.
- Parameters:
failedAccounts
- The list of accounts that failed to get tax exemptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taxExemptionDetailsMap
BatchGetTaxExemptionsResponse.Builder taxExemptionDetailsMap(Map<String, TaxExemptionDetails> taxExemptionDetailsMap) The tax exemption details map of accountId and tax exemption details.
- Parameters:
taxExemptionDetailsMap
- The tax exemption details map of accountId and tax exemption details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-