Interface WorkloadDeploymentPatternDataSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkloadDeploymentPatternDataSummary.Builder,
,WorkloadDeploymentPatternDataSummary> SdkBuilder<WorkloadDeploymentPatternDataSummary.Builder,
,WorkloadDeploymentPatternDataSummary> SdkPojo
- Enclosing class:
WorkloadDeploymentPatternDataSummary
@Mutable
@NotThreadSafe
public static interface WorkloadDeploymentPatternDataSummary.Builder
extends SdkPojo, CopyableBuilder<WorkloadDeploymentPatternDataSummary.Builder,WorkloadDeploymentPatternDataSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentPatternName
(String deploymentPatternName) The name of a workload deployment pattern.description
(String description) The description of a workload deployment pattern.displayName
(String displayName) The display name of a workload deployment pattern.The status of a workload deployment pattern.The status of a workload deployment pattern.statusMessage
(String statusMessage) A message about a workload deployment pattern's status.workloadName
(String workloadName) The name of the workload.workloadVersionName
(String workloadVersionName) The name of the workload deployment pattern version.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 Details
-
deploymentPatternName
The name of a workload deployment pattern.
- Parameters:
deploymentPatternName
- The name of a workload deployment pattern.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of a workload deployment pattern.
- Parameters:
description
- The description of a workload deployment pattern.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name of a workload deployment pattern.
- Parameters:
displayName
- The display name of a workload deployment pattern.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of a workload deployment pattern.
- Parameters:
status
- The status of a workload deployment pattern.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of a workload deployment pattern.
- Parameters:
status
- The status of a workload deployment pattern.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
A message about a workload deployment pattern's status.
- Parameters:
statusMessage
- A message about a workload deployment pattern's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
workloadVersionName
The name of the workload deployment pattern version.
- Parameters:
workloadVersionName
- The name of the workload deployment pattern version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-