Interface GetInvoiceUnitRequest.Builder

  • Method Details

    • invoiceUnitArn

      GetInvoiceUnitRequest.Builder invoiceUnitArn(String invoiceUnitArn)

      The 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.
    • asOf

      The state of an invoice unit at a specified time. You can see legacy invoice units that are currently deleted if the AsOf time is set to before it was deleted. If an AsOf is 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 AsOf time is set to before it was deleted. If an AsOf is not provided, the default value is the current time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetInvoiceUnitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.