Interface ListTaxExemptionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTaxExemptionsResponse.Builder,ListTaxExemptionsResponse>,SdkBuilder<ListTaxExemptionsResponse.Builder,ListTaxExemptionsResponse>,SdkPojo,SdkResponse.Builder,TaxSettingsResponse.Builder
- Enclosing class:
- ListTaxExemptionsResponse
public static interface ListTaxExemptionsResponse.Builder extends TaxSettingsResponse.Builder, SdkPojo, CopyableBuilder<ListTaxExemptionsResponse.Builder,ListTaxExemptionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTaxExemptionsResponse.BuildernextToken(String nextToken)The token to retrieve the next set of results.ListTaxExemptionsResponse.BuildertaxExemptionDetailsMap(Map<String,TaxExemptionDetails> taxExemptionDetailsMap)The tax exemption details map ofaccountIdand 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
-
nextToken
ListTaxExemptionsResponse.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
- Parameters:
nextToken- The token to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taxExemptionDetailsMap
ListTaxExemptionsResponse.Builder taxExemptionDetailsMap(Map<String,TaxExemptionDetails> taxExemptionDetailsMap)
The tax exemption details map of
accountIdand tax exemption details.- Parameters:
taxExemptionDetailsMap- The tax exemption details map ofaccountIdand tax exemption details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-