Interface CpuPerformanceFactorRequest.Builder

    • Method Detail

      • references

        CpuPerformanceFactorRequest.Builder references​(Collection<PerformanceFactorReferenceRequest> 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

        CpuPerformanceFactorRequest.Builder references​(PerformanceFactorReferenceRequest... 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.