Interface WorkloadConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WorkloadConfiguration.Builder,WorkloadConfiguration>, SdkBuilder<WorkloadConfiguration.Builder,WorkloadConfiguration>, SdkPojo
Enclosing class:
WorkloadConfiguration

public static interface WorkloadConfiguration.Builder extends SdkPojo, CopyableBuilder<WorkloadConfiguration.Builder,WorkloadConfiguration>
  • Method Details

    • 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

      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

      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:
    • 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.