Interface BatchPutTaxRegistrationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchPutTaxRegistrationResponse.Builder,BatchPutTaxRegistrationResponse>,SdkBuilder<BatchPutTaxRegistrationResponse.Builder,BatchPutTaxRegistrationResponse>,SdkPojo,SdkResponse.Builder,TaxSettingsResponse.Builder
- Enclosing class:
- BatchPutTaxRegistrationResponse
public static interface BatchPutTaxRegistrationResponse.Builder extends TaxSettingsResponse.Builder, SdkPojo, CopyableBuilder<BatchPutTaxRegistrationResponse.Builder,BatchPutTaxRegistrationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchPutTaxRegistrationResponse.Buildererrors(Collection<BatchPutTaxRegistrationError> errors)List of errors for the accounts the TRN information could not be added or updated to.BatchPutTaxRegistrationResponse.Buildererrors(Consumer<BatchPutTaxRegistrationError.Builder>... errors)List of errors for the accounts the TRN information could not be added or updated to.BatchPutTaxRegistrationResponse.Buildererrors(BatchPutTaxRegistrationError... errors)List of errors for the accounts the TRN information could not be added or updated to.BatchPutTaxRegistrationResponse.Builderstatus(String status)The status of your TRN stored in the system after processing.BatchPutTaxRegistrationResponse.Builderstatus(TaxRegistrationStatus status)The status of your TRN stored in the system after processing.-
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
BatchPutTaxRegistrationResponse.Builder errors(Collection<BatchPutTaxRegistrationError> errors)
List of errors for the accounts the TRN information could not be added or updated to.
- Parameters:
errors- List of errors for the accounts the TRN information could not be added or updated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchPutTaxRegistrationResponse.Builder errors(BatchPutTaxRegistrationError... errors)
List of errors for the accounts the TRN information could not be added or updated to.
- Parameters:
errors- List of errors for the accounts the TRN information could not be added or updated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchPutTaxRegistrationResponse.Builder errors(Consumer<BatchPutTaxRegistrationError.Builder>... errors)
List of errors for the accounts the TRN information could not be added or updated to.
This is a convenience method that creates an instance of theBatchPutTaxRegistrationError.Builderavoiding the need to create one manually viaBatchPutTaxRegistrationError.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 onBatchPutTaxRegistrationError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#errors(java.util.Collection)
-
status
BatchPutTaxRegistrationResponse.Builder status(String status)
The status of your TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can be
Verified,PendingorRejected.- Parameters:
status- The status of your TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can beVerified,PendingorRejected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaxRegistrationStatus,TaxRegistrationStatus
-
status
BatchPutTaxRegistrationResponse.Builder status(TaxRegistrationStatus status)
The status of your TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can be
Verified,PendingorRejected.- Parameters:
status- The status of your TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can beVerified,PendingorRejected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaxRegistrationStatus,TaxRegistrationStatus
-
-