Interface DeploymentEventDataSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentEventDataSummary.Builder,DeploymentEventDataSummary>,SdkBuilder<DeploymentEventDataSummary.Builder,DeploymentEventDataSummary>,SdkPojo
- Enclosing class:
- DeploymentEventDataSummary
public static interface DeploymentEventDataSummary.Builder extends SdkPojo, CopyableBuilder<DeploymentEventDataSummary.Builder,DeploymentEventDataSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentEventDataSummary.Builderdescription(String description)The description of the deployment event.DeploymentEventDataSummary.Buildername(String name)The name of the deployment event.DeploymentEventDataSummary.Builderstatus(String status)The status of the deployment event.DeploymentEventDataSummary.Builderstatus(EventStatus status)The status of the deployment event.DeploymentEventDataSummary.BuilderstatusReason(String statusReason)The reason of the deployment event status.DeploymentEventDataSummary.Buildertimestamp(Instant timestamp)The timestamp of the deployment event.-
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
DeploymentEventDataSummary.Builder description(String description)
The description of the deployment event.
- Parameters:
description- The description of the deployment event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DeploymentEventDataSummary.Builder name(String name)
The name of the deployment event.
- Parameters:
name- The name of the deployment event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DeploymentEventDataSummary.Builder status(String status)
The status of the deployment event.
- Parameters:
status- The status of the deployment event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EventStatus,EventStatus
-
status
DeploymentEventDataSummary.Builder status(EventStatus status)
The status of the deployment event.
- Parameters:
status- The status of the deployment event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EventStatus,EventStatus
-
statusReason
DeploymentEventDataSummary.Builder statusReason(String statusReason)
The reason of the deployment event status.
- Parameters:
statusReason- The reason of the deployment event status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
DeploymentEventDataSummary.Builder timestamp(Instant timestamp)
The timestamp of the deployment event.
- Parameters:
timestamp- The timestamp of the deployment event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-