Interface DeleteTaxRegistrationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteTaxRegistrationRequest.Builder,DeleteTaxRegistrationRequest>,SdkBuilder<DeleteTaxRegistrationRequest.Builder,DeleteTaxRegistrationRequest>,SdkPojo,SdkRequest.Builder,TaxSettingsRequest.Builder
- Enclosing class:
- DeleteTaxRegistrationRequest
public static interface DeleteTaxRegistrationRequest.Builder extends TaxSettingsRequest.Builder, SdkPojo, CopyableBuilder<DeleteTaxRegistrationRequest.Builder,DeleteTaxRegistrationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteTaxRegistrationRequest.BuilderaccountId(String accountId)Unique account identifier for the TRN information that needs to be deleted.DeleteTaxRegistrationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteTaxRegistrationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.taxsettings.model.TaxSettingsRequest.Builder
build
-
-
-
-
Method Detail
-
accountId
DeleteTaxRegistrationRequest.Builder accountId(String accountId)
Unique account identifier for the TRN information that needs to be deleted. If this isn't passed, the account ID corresponding to the credentials of the API caller will be used for this parameter.
- Parameters:
accountId- Unique account identifier for the TRN information that needs to be deleted. If this isn't passed, the account ID corresponding to the credentials of the API caller will be used for this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteTaxRegistrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteTaxRegistrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-