Interface UpdateInvoiceUnitRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateInvoiceUnitRequest.Builder,,- UpdateInvoiceUnitRequest> - InvoicingRequest.Builder,- SdkBuilder<UpdateInvoiceUnitRequest.Builder,,- UpdateInvoiceUnitRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateInvoiceUnitRequest
@Mutable
@NotThreadSafe
public static interface UpdateInvoiceUnitRequest.Builder
extends InvoicingRequest.Builder, SdkPojo, CopyableBuilder<UpdateInvoiceUnitRequest.Builder,UpdateInvoiceUnitRequest> 
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) The assigned description for an invoice unit.invoiceUnitArn(String invoiceUnitArn) The ARN to identify an invoice unit.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default UpdateInvoiceUnitRequest.Builderrule(Consumer<InvoiceUnitRule.Builder> rule) TheInvoiceUnitRuleobject used to update invoice units.rule(InvoiceUnitRule rule) TheInvoiceUnitRuleobject used to update invoice units.taxInheritanceDisabled(Boolean taxInheritanceDisabled) Whether the invoice unit based tax inheritance is/ should be enabled or disabled.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.invoicing.model.InvoicingRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
invoiceUnitArnThe ARN to identify an invoice unit. This information can't be modified or deleted. - Parameters:
- invoiceUnitArn- The ARN to identify an invoice unit. This information can't be modified or deleted.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe assigned description for an invoice unit. This information can't be modified or deleted. - Parameters:
- description- The assigned description for an invoice unit. This information can't be modified or deleted.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
taxInheritanceDisabledWhether the invoice unit based tax inheritance is/ should be enabled or disabled. - Parameters:
- taxInheritanceDisabled- Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ruleThe InvoiceUnitRuleobject used to update invoice units.- Parameters:
- rule- The- InvoiceUnitRuleobject used to update invoice units.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ruleThe This is a convenience method that creates an instance of theInvoiceUnitRuleobject used to update invoice units.InvoiceUnitRule.Builderavoiding the need to create one manually viaInvoiceUnitRule.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torule(InvoiceUnitRule).- Parameters:
- rule- a consumer that will call methods on- InvoiceUnitRule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationUpdateInvoiceUnitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateInvoiceUnitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-