Interface PutTaxExemptionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutTaxExemptionRequest.Builder,,PutTaxExemptionRequest> SdkBuilder<PutTaxExemptionRequest.Builder,,PutTaxExemptionRequest> SdkPojo,SdkRequest.Builder,TaxSettingsRequest.Builder
- Enclosing class:
PutTaxExemptionRequest
@Mutable
@NotThreadSafe
public static interface PutTaxExemptionRequest.Builder
extends TaxSettingsRequest.Builder, SdkPojo, CopyableBuilder<PutTaxExemptionRequest.Builder,PutTaxExemptionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaccountIds(String... accountIds) The list of unique account identifiers.accountIds(Collection<String> accountIds) The list of unique account identifiers.default PutTaxExemptionRequest.Builderauthority(Consumer<Authority.Builder> authority) Sets the value of the Authority property for this object.Sets the value of the Authority property for this object.default PutTaxExemptionRequest.BuilderexemptionCertificate(Consumer<ExemptionCertificate.Builder> exemptionCertificate) Sets the value of the ExemptionCertificate property for this object.exemptionCertificate(ExemptionCertificate exemptionCertificate) Sets the value of the ExemptionCertificate property for this object.exemptionType(String exemptionType) The exemption type.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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.services.taxsettings.model.TaxSettingsRequest.Builder
build
-
Method Details
-
accountIds
The list of unique account identifiers.
- Parameters:
accountIds- The list of unique account identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
The list of unique account identifiers.
- Parameters:
accountIds- The list of unique account identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authority
Sets the value of the Authority property for this object.- Parameters:
authority- The new value for the Authority property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authority
Sets the value of the Authority property for this object. This is a convenience method that creates an instance of theAuthority.Builderavoiding the need to create one manually viaAuthority.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthority(Authority).- Parameters:
authority- a consumer that will call methods onAuthority.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exemptionCertificate
Sets the value of the ExemptionCertificate property for this object.- Parameters:
exemptionCertificate- The new value for the ExemptionCertificate property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exemptionCertificate
default PutTaxExemptionRequest.Builder exemptionCertificate(Consumer<ExemptionCertificate.Builder> exemptionCertificate) Sets the value of the ExemptionCertificate property for this object. This is a convenience method that creates an instance of theExemptionCertificate.Builderavoiding the need to create one manually viaExemptionCertificate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexemptionCertificate(ExemptionCertificate).- Parameters:
exemptionCertificate- a consumer that will call methods onExemptionCertificate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exemptionType
The exemption type. Use the supported tax exemption type description.
- Parameters:
exemptionType- The exemption type. Use the supported tax exemption type description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutTaxExemptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutTaxExemptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-