Interface WorkloadConfiguration.Builder

    • Method Detail

      • workloadName

        WorkloadConfiguration.Builder workloadName​(String workloadName)

        The name of the workload.

        Parameters:
        workloadName - The name of the workload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tier

        WorkloadConfiguration.Builder tier​(String tier)

        The configuration of the workload tier.

        Parameters:
        tier - The configuration of the workload tier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Tier, Tier
      • tier

        WorkloadConfiguration.Builder tier​(Tier tier)

        The configuration of the workload tier.

        Parameters:
        tier - The configuration of the workload tier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Tier, Tier
      • configuration

        WorkloadConfiguration.Builder configuration​(String configuration)

        The configuration settings of the workload.

        Parameters:
        configuration - The configuration settings of the workload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.