Interface WorkloadDataSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WorkloadDataSummary.Builder,,WorkloadDataSummary> SdkBuilder<WorkloadDataSummary.Builder,,WorkloadDataSummary> SdkPojo
- Enclosing class:
WorkloadDataSummary
@Mutable
@NotThreadSafe
public static interface WorkloadDataSummary.Builder
extends SdkPojo, CopyableBuilder<WorkloadDataSummary.Builder,WorkloadDataSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) The display name of the workload data.The status of the workload.status(WorkloadStatus status) The status of the workload.workloadName(String workloadName) The name of the workload.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
displayName
The display name of the workload data.
- Parameters:
displayName- The display name of the workload data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the workload.
- Parameters:
status- The status of the workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the workload.
- Parameters:
status- The status of the workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-