Interface Workload.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Workload.Builder,Workload>,SdkBuilder<Workload.Builder,Workload>,SdkPojo
- Enclosing class:
- Workload
public static interface Workload.Builder extends SdkPojo, CopyableBuilder<Workload.Builder,Workload>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Workload.BuildercomponentName(String componentName)The name of the component.Workload.Buildertier(String tier)The tier of the workload.Workload.Buildertier(Tier tier)The tier of the workload.Workload.BuilderworkloadId(String workloadId)The ID of the workload.Workload.BuilderworkloadName(String workloadName)The name of the workload.Workload.BuilderworkloadRemarks(String workloadRemarks)If logging is supported for the resource type, shows whether the component has configured logs to be monitored.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
tier
Workload.Builder tier(Tier tier)
The tier of the workload.
-
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.
-
-