Interface DeploymentDataSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentDataSummary.Builder,DeploymentDataSummary>,SdkBuilder<DeploymentDataSummary.Builder,DeploymentDataSummary>,SdkPojo
- Enclosing class:
- DeploymentDataSummary
public static interface DeploymentDataSummary.Builder extends SdkPojo, CopyableBuilder<DeploymentDataSummary.Builder,DeploymentDataSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentDataSummary.BuildercreatedAt(Instant createdAt)The time the deployment was created.DeploymentDataSummary.Builderid(String id)The ID of the deployment.DeploymentDataSummary.Buildername(String name)The name of the deploymentDeploymentDataSummary.BuilderpatternName(String patternName)The name of the workload deployment pattern.DeploymentDataSummary.Builderstatus(String status)The status of the deployment.DeploymentDataSummary.Builderstatus(DeploymentStatus status)The status of the deployment.DeploymentDataSummary.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
-
createdAt
DeploymentDataSummary.Builder createdAt(Instant createdAt)
The time the deployment was created.
- Parameters:
createdAt- The time the deployment was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
DeploymentDataSummary.Builder id(String id)
The ID of the deployment.
- Parameters:
id- The ID of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DeploymentDataSummary.Builder name(String name)
The name of the deployment
- Parameters:
name- The name of the deployment- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
patternName
DeploymentDataSummary.Builder patternName(String patternName)
The name of the workload deployment pattern.
- Parameters:
patternName- The name of the workload deployment pattern.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DeploymentDataSummary.Builder status(String status)
The status of the deployment.
- Parameters:
status- The status of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeploymentStatus,DeploymentStatus
-
status
DeploymentDataSummary.Builder status(DeploymentStatus status)
The status of the deployment.
- Parameters:
status- The status of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeploymentStatus,DeploymentStatus
-
workloadName
DeploymentDataSummary.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.
-
-