Interface PutTaxRegistrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<PutTaxRegistrationResponse.Builder,
,PutTaxRegistrationResponse> SdkBuilder<PutTaxRegistrationResponse.Builder,
,PutTaxRegistrationResponse> SdkPojo
,SdkResponse.Builder
,TaxSettingsResponse.Builder
- Enclosing class:
PutTaxRegistrationResponse
@Mutable
@NotThreadSafe
public static interface PutTaxRegistrationResponse.Builder
extends TaxSettingsResponse.Builder, SdkPojo, CopyableBuilder<PutTaxRegistrationResponse.Builder,PutTaxRegistrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of your TRN stored in the system after processing.status
(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 Details
-
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
,Pending
orRejected
.- 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
,Pending
orRejected
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
,Pending
orRejected
.- 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
,Pending
orRejected
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-