Interface BatchDeleteTaxRegistrationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchDeleteTaxRegistrationResponse.Builder,BatchDeleteTaxRegistrationResponse>,SdkBuilder<BatchDeleteTaxRegistrationResponse.Builder,BatchDeleteTaxRegistrationResponse>,SdkPojo,SdkResponse.Builder,TaxSettingsResponse.Builder
- Enclosing class:
- BatchDeleteTaxRegistrationResponse
public static interface BatchDeleteTaxRegistrationResponse.Builder extends TaxSettingsResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteTaxRegistrationResponse.Builder,BatchDeleteTaxRegistrationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteTaxRegistrationResponse.Buildererrors(Collection<BatchDeleteTaxRegistrationError> errors)The list of errors for the accounts the TRN information could not be deleted for.BatchDeleteTaxRegistrationResponse.Buildererrors(Consumer<BatchDeleteTaxRegistrationError.Builder>... errors)The list of errors for the accounts the TRN information could not be deleted for.BatchDeleteTaxRegistrationResponse.Buildererrors(BatchDeleteTaxRegistrationError... errors)The list of errors for the accounts the TRN information could not be deleted for.-
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
-
errors
BatchDeleteTaxRegistrationResponse.Builder errors(Collection<BatchDeleteTaxRegistrationError> errors)
The list of errors for the accounts the TRN information could not be deleted for.
- Parameters:
errors- The list of errors for the accounts the TRN information could not be deleted for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchDeleteTaxRegistrationResponse.Builder errors(BatchDeleteTaxRegistrationError... errors)
The list of errors for the accounts the TRN information could not be deleted for.
- Parameters:
errors- The list of errors for the accounts the TRN information could not be deleted for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchDeleteTaxRegistrationResponse.Builder errors(Consumer<BatchDeleteTaxRegistrationError.Builder>... errors)
The list of errors for the accounts the TRN information could not be deleted for.
This is a convenience method that creates an instance of theBatchDeleteTaxRegistrationError.Builderavoiding the need to create one manually viaBatchDeleteTaxRegistrationError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#errors(List.) - Parameters:
errors- a consumer that will call methods onBatchDeleteTaxRegistrationError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#errors(java.util.Collection)
-
-