Interface PutSupplementalTaxRegistrationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutSupplementalTaxRegistrationResponse.Builder,PutSupplementalTaxRegistrationResponse>,SdkBuilder<PutSupplementalTaxRegistrationResponse.Builder,PutSupplementalTaxRegistrationResponse>,SdkPojo,SdkResponse.Builder,TaxSettingsResponse.Builder
- Enclosing class:
- PutSupplementalTaxRegistrationResponse
public static interface PutSupplementalTaxRegistrationResponse.Builder extends TaxSettingsResponse.Builder, SdkPojo, CopyableBuilder<PutSupplementalTaxRegistrationResponse.Builder,PutSupplementalTaxRegistrationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutSupplementalTaxRegistrationResponse.BuilderauthorityId(String authorityId)Unique authority ID for the supplemental TRN information that was stored.PutSupplementalTaxRegistrationResponse.Builderstatus(String status)The status of the supplemental TRN stored in the system after processing.PutSupplementalTaxRegistrationResponse.Builderstatus(TaxRegistrationStatus status)The status of the supplemental 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
-
authorityId
PutSupplementalTaxRegistrationResponse.Builder authorityId(String 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
PutSupplementalTaxRegistrationResponse.Builder status(String 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:
TaxRegistrationStatus,TaxRegistrationStatus
-
status
PutSupplementalTaxRegistrationResponse.Builder status(TaxRegistrationStatus 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:
TaxRegistrationStatus,TaxRegistrationStatus
-
-