Interface UpdateLongTermPricingRequest.Builder

  • Method Details

    • longTermPricingId

      UpdateLongTermPricingRequest.Builder longTermPricingId(String longTermPricingId)

      The ID of the long-term pricing type for the device.

      Parameters:
      longTermPricingId - The ID of the long-term pricing type for the device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replacementJob

      UpdateLongTermPricingRequest.Builder replacementJob(String replacementJob)

      Specifies that a device that is ordered with long-term pricing should be replaced with a new device.

      Parameters:
      replacementJob - Specifies that a device that is ordered with long-term pricing should be replaced with a new device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isLongTermPricingAutoRenew

      UpdateLongTermPricingRequest.Builder isLongTermPricingAutoRenew(Boolean isLongTermPricingAutoRenew)

      If set to true, specifies that the current long-term pricing type for the device should be automatically renewed before the long-term pricing contract expires.

      Parameters:
      isLongTermPricingAutoRenew - If set to true, specifies that the current long-term pricing type for the device should be automatically renewed before the long-term pricing contract expires.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateLongTermPricingRequest.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.