Interface GetInvoiceUnitRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetInvoiceUnitRequest.Builder,,- GetInvoiceUnitRequest> - InvoicingRequest.Builder,- SdkBuilder<GetInvoiceUnitRequest.Builder,,- GetInvoiceUnitRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetInvoiceUnitRequest
@Mutable
@NotThreadSafe
public static interface GetInvoiceUnitRequest.Builder
extends InvoicingRequest.Builder, SdkPojo, CopyableBuilder<GetInvoiceUnitRequest.Builder,GetInvoiceUnitRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe state of an invoice unit at a specified time.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.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.
 
- 
asOfThe state of an invoice unit at a specified time. You can see legacy invoice units that are currently deleted if the AsOftime is set to before it was deleted. If anAsOfis not provided, the default value is the current time.- Parameters:
- asOf- The state of an invoice unit at a specified time. You can see legacy invoice units that are currently deleted if the- AsOftime is set to before it was deleted. If an- AsOfis not provided, the default value is the current time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationGetInvoiceUnitRequest.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.
 
- 
overrideConfigurationGetInvoiceUnitRequest.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.
 
 
-