Interface BatchDeleteTaxRegistrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchDeleteTaxRegistrationResponse.Builder,
,BatchDeleteTaxRegistrationResponse> SdkBuilder<BatchDeleteTaxRegistrationResponse.Builder,
,BatchDeleteTaxRegistrationResponse> SdkPojo
,SdkResponse.Builder
,TaxSettingsResponse.Builder
- Enclosing class:
BatchDeleteTaxRegistrationResponse
@Mutable
@NotThreadSafe
public static interface BatchDeleteTaxRegistrationResponse.Builder
extends TaxSettingsResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteTaxRegistrationResponse.Builder,BatchDeleteTaxRegistrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of errors for the accounts the TRN information could not be deleted for.errors
(Consumer<BatchDeleteTaxRegistrationError.Builder>... errors) The list of errors for the accounts the TRN information could not be deleted for.errors
(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 Details
-
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
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.Builder
avoiding the need to create one manually viaBatchDeleteTaxRegistrationError.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerrors(List<BatchDeleteTaxRegistrationError>)
.- 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:
-