public static interface Workload.Builder extends SdkPojo, CopyableBuilder<Workload.Builder,Workload>
| Modifier and Type | Method and Description |
|---|---|
Workload.Builder |
componentName(String componentName)
The name of the component.
|
Workload.Builder |
tier(String tier)
The tier of the workload.
|
Workload.Builder |
tier(Tier tier)
The tier of the workload.
|
Workload.Builder |
workloadId(String workloadId)
The ID of the workload.
|
Workload.Builder |
workloadName(String workloadName)
The name of the workload.
|
Workload.Builder |
workloadRemarks(String workloadRemarks)
If logging is supported for the resource type, shows whether the component has configured logs to be
monitored.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkload.Builder workloadId(String workloadId)
The ID of the workload.
workloadId - The ID of the workload.Workload.Builder componentName(String componentName)
The name of the component.
componentName - The name of the component.Workload.Builder workloadName(String workloadName)
The name of the workload.
workloadName - The name of the workload.Workload.Builder tier(String tier)
The tier of the workload.
Workload.Builder tier(Tier tier)
The tier of the workload.
Workload.Builder workloadRemarks(String workloadRemarks)
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
workloadRemarks - If logging is supported for the resource type, shows whether the component has configured logs to be
monitored.Copyright © 2023. All rights reserved.