Interface CpuPerformanceFactorRequest.Builder

  • Method Details

    • references

      Specify an instance family to use as the baseline reference for CPU performance. All instance types that match your specified attributes will be compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture differences.

      Currently only one instance family can be specified in the list.

      Parameters:
      references - Specify an instance family to use as the baseline reference for CPU performance. All instance types that match your specified attributes will be compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture differences.

      Currently only one instance family can be specified in the list.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • references

      Specify an instance family to use as the baseline reference for CPU performance. All instance types that match your specified attributes will be compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture differences.

      Currently only one instance family can be specified in the list.

      Parameters:
      references - Specify an instance family to use as the baseline reference for CPU performance. All instance types that match your specified attributes will be compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture differences.

      Currently only one instance family can be specified in the list.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • references

      Specify an instance family to use as the baseline reference for CPU performance. All instance types that match your specified attributes will be compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture differences.

      Currently only one instance family can be specified in the list.

      This is a convenience method that creates an instance of the PerformanceFactorReferenceRequest.Builder avoiding the need to create one manually via PerformanceFactorReferenceRequest.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to references(List<PerformanceFactorReferenceRequest>).

      Parameters:
      references - a consumer that will call methods on PerformanceFactorReferenceRequest.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: