Interface Workload.Builder

    • Method Detail

      • workloadId

        Workload.Builder workloadId​(String workloadId)

        The ID of the workload.

        Parameters:
        workloadId - The ID of the workload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentName

        Workload.Builder componentName​(String componentName)

        The name of the component.

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

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

        Workload.Builder tier​(String tier)

        The tier of the workload.

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

        Workload.Builder tier​(Tier tier)

        The tier of the workload.

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

        Workload.Builder workloadRemarks​(String workloadRemarks)

        If logging is supported for the resource type, shows whether the component has configured logs to be monitored.

        Parameters:
        workloadRemarks - If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.