Interface BatchGetTaxExemptionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetTaxExemptionsResponse.Builder,BatchGetTaxExemptionsResponse>,SdkBuilder<BatchGetTaxExemptionsResponse.Builder,BatchGetTaxExemptionsResponse>,SdkPojo,SdkResponse.Builder,TaxSettingsResponse.Builder
- Enclosing class:
- BatchGetTaxExemptionsResponse
public static interface BatchGetTaxExemptionsResponse.Builder extends TaxSettingsResponse.Builder, SdkPojo, CopyableBuilder<BatchGetTaxExemptionsResponse.Builder,BatchGetTaxExemptionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetTaxExemptionsResponse.BuilderfailedAccounts(String... failedAccounts)The list of accounts that failed to get tax exemptions.BatchGetTaxExemptionsResponse.BuilderfailedAccounts(Collection<String> failedAccounts)The list of accounts that failed to get tax exemptions.BatchGetTaxExemptionsResponse.BuildertaxExemptionDetailsMap(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 Detail
-
failedAccounts
BatchGetTaxExemptionsResponse.Builder failedAccounts(Collection<String> 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
BatchGetTaxExemptionsResponse.Builder failedAccounts(String... 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.
-
-