Interface PutSupplementalTaxRegistrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutSupplementalTaxRegistrationResponse.Builder,,PutSupplementalTaxRegistrationResponse> SdkBuilder<PutSupplementalTaxRegistrationResponse.Builder,,PutSupplementalTaxRegistrationResponse> SdkPojo,SdkResponse.Builder,TaxSettingsResponse.Builder
- Enclosing class:
PutSupplementalTaxRegistrationResponse
@Mutable
@NotThreadSafe
public static interface PutSupplementalTaxRegistrationResponse.Builder
extends TaxSettingsResponse.Builder, SdkPojo, CopyableBuilder<PutSupplementalTaxRegistrationResponse.Builder,PutSupplementalTaxRegistrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionauthorityId(String authorityId) Unique authority ID for the supplemental TRN information that was stored.The status of the supplemental TRN stored in the system after processing.status(TaxRegistrationStatus status) The status of the supplemental TRN stored in the system after processing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.taxsettings.model.TaxSettingsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
authorityId
Unique authority ID for the supplemental TRN information that was stored.
- Parameters:
authorityId- Unique authority ID for the supplemental TRN information that was stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the supplemental TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can be
Verified,Pending,Rejected, orDeleted.- Parameters:
status- The status of the supplemental TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can beVerified,Pending,Rejected, orDeleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the supplemental TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can be
Verified,Pending,Rejected, orDeleted.- Parameters:
status- The status of the supplemental TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can beVerified,Pending,Rejected, orDeleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-