Interface WorkloadData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorkloadData.Builder,WorkloadData>,SdkBuilder<WorkloadData.Builder,WorkloadData>,SdkPojo
- Enclosing class:
- WorkloadData
public static interface WorkloadData.Builder extends SdkPojo, CopyableBuilder<WorkloadData.Builder,WorkloadData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkloadData.Builderdescription(String description)The description of a workload.WorkloadData.BuilderdisplayName(String displayName)The display name of a workload.WorkloadData.BuilderdocumentationUrl(String documentationUrl)The URL of a workload document.WorkloadData.BuildericonUrl(String iconUrl)The URL of a workload icon.WorkloadData.Builderstatus(String status)The status of a workload.WorkloadData.Builderstatus(WorkloadStatus status)The status of a workload.WorkloadData.BuilderstatusMessage(String statusMessage)The message about a workload's status.WorkloadData.BuilderworkloadName(String workloadName)The name of the workload.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
description
WorkloadData.Builder description(String description)
The description of a workload.
- Parameters:
description- The description of a workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
WorkloadData.Builder displayName(String displayName)
The display name of a workload.
- Parameters:
displayName- The display name of a workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentationUrl
WorkloadData.Builder documentationUrl(String documentationUrl)
The URL of a workload document.
- Parameters:
documentationUrl- The URL of a workload document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iconUrl
WorkloadData.Builder iconUrl(String iconUrl)
The URL of a workload icon.
- Parameters:
iconUrl- The URL of a workload icon.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
WorkloadData.Builder status(String status)
The status of a workload.
- Parameters:
status- The status of a workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkloadStatus,WorkloadStatus
-
status
WorkloadData.Builder status(WorkloadStatus status)
The status of a workload.
- Parameters:
status- The status of a workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkloadStatus,WorkloadStatus
-
statusMessage
WorkloadData.Builder statusMessage(String statusMessage)
The message about a workload's status.
- Parameters:
statusMessage- The message about a workload's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadName
WorkloadData.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.
-
-