Interface PutTaxExemptionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutTaxExemptionRequest.Builder,PutTaxExemptionRequest>,SdkBuilder<PutTaxExemptionRequest.Builder,PutTaxExemptionRequest>,SdkPojo,SdkRequest.Builder,TaxSettingsRequest.Builder
- Enclosing class:
- PutTaxExemptionRequest
public static interface PutTaxExemptionRequest.Builder extends TaxSettingsRequest.Builder, SdkPojo, CopyableBuilder<PutTaxExemptionRequest.Builder,PutTaxExemptionRequest>
-
-
Method Summary
-
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
-
accountIds
PutTaxExemptionRequest.Builder accountIds(Collection<String> 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
PutTaxExemptionRequest.Builder accountIds(String... 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
PutTaxExemptionRequest.Builder authority(Authority 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
default PutTaxExemptionRequest.Builder authority(Consumer<Authority.Builder> 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:
authority(Authority)
-
exemptionCertificate
PutTaxExemptionRequest.Builder exemptionCertificate(ExemptionCertificate 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:
exemptionCertificate(ExemptionCertificate)
-
exemptionType
PutTaxExemptionRequest.Builder exemptionType(String exemptionType)
The exemption type.
- Parameters:
exemptionType- The exemption type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutTaxExemptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutTaxExemptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-