Interface PutTaxRegistrationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutTaxRegistrationResponse.Builder,PutTaxRegistrationResponse>,SdkBuilder<PutTaxRegistrationResponse.Builder,PutTaxRegistrationResponse>,SdkPojo,SdkResponse.Builder,TaxSettingsResponse.Builder
- Enclosing class:
- PutTaxRegistrationResponse
public static interface PutTaxRegistrationResponse.Builder extends TaxSettingsResponse.Builder, SdkPojo, CopyableBuilder<PutTaxRegistrationResponse.Builder,PutTaxRegistrationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutTaxRegistrationResponse.Builderstatus(String status)The status of your TRN stored in the system after processing.PutTaxRegistrationResponse.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
-
status
PutTaxRegistrationResponse.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
PutTaxRegistrationResponse.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
-
-