public static interface DeploymentSummary.Builder extends SdkPojo, CopyableBuilder<DeploymentSummary.Builder,DeploymentSummary>
| Modifier and Type | Method and Description |
|---|---|
DeploymentSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the deployment.
|
DeploymentSummary.Builder |
completedAt(Instant completedAt)
The date and time the deployment was completed.
|
DeploymentSummary.Builder |
componentName(String componentName)
The name of the component associated with the deployment.
|
DeploymentSummary.Builder |
createdAt(Instant createdAt)
The date and time the deployment was created.
|
DeploymentSummary.Builder |
deploymentStatus(DeploymentStatus deploymentStatus)
The current status of the deployment.
|
DeploymentSummary.Builder |
deploymentStatus(String deploymentStatus)
The current status of the deployment.
|
DeploymentSummary.Builder |
environmentName(String environmentName)
The name of the environment associated with the deployment.
|
DeploymentSummary.Builder |
id(String id)
The ID of the deployment.
|
DeploymentSummary.Builder |
lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment.
|
DeploymentSummary.Builder |
lastModifiedAt(Instant lastModifiedAt)
The date and time the deployment was last modified.
|
DeploymentSummary.Builder |
lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment.
|
DeploymentSummary.Builder |
serviceInstanceName(String serviceInstanceName)
The name of the service instance associated with the deployment.
|
DeploymentSummary.Builder |
serviceName(String serviceName)
The name of the service associated with the deployment.
|
DeploymentSummary.Builder |
targetArn(String targetArn)
The Amazon Resource Name (ARN) of the target of the deployment.
|
DeploymentSummary.Builder |
targetResourceCreatedAt(Instant targetResourceCreatedAt)
The date and time the target resource was created.
|
DeploymentSummary.Builder |
targetResourceType(DeploymentTargetResourceType targetResourceType)
The resource type of the deployment target.
|
DeploymentSummary.Builder |
targetResourceType(String targetResourceType)
The resource type of the deployment target.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeploymentSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the deployment.
arn - The Amazon Resource Name (ARN) of the deployment.DeploymentSummary.Builder completedAt(Instant completedAt)
The date and time the deployment was completed.
completedAt - The date and time the deployment was completed.DeploymentSummary.Builder componentName(String componentName)
The name of the component associated with the deployment.
componentName - The name of the component associated with the deployment.DeploymentSummary.Builder createdAt(Instant createdAt)
The date and time the deployment was created.
createdAt - The date and time the deployment was created.DeploymentSummary.Builder deploymentStatus(String deploymentStatus)
The current status of the deployment.
deploymentStatus - The current status of the deployment.DeploymentStatus,
DeploymentStatusDeploymentSummary.Builder deploymentStatus(DeploymentStatus deploymentStatus)
The current status of the deployment.
deploymentStatus - The current status of the deployment.DeploymentStatus,
DeploymentStatusDeploymentSummary.Builder environmentName(String environmentName)
The name of the environment associated with the deployment.
environmentName - The name of the environment associated with the deployment.DeploymentSummary.Builder id(String id)
The ID of the deployment.
id - The ID of the deployment.DeploymentSummary.Builder lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment.
lastAttemptedDeploymentId - The ID of the last attempted deployment.DeploymentSummary.Builder lastModifiedAt(Instant lastModifiedAt)
The date and time the deployment was last modified.
lastModifiedAt - The date and time the deployment was last modified.DeploymentSummary.Builder lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment.
lastSucceededDeploymentId - The ID of the last successful deployment.DeploymentSummary.Builder serviceInstanceName(String serviceInstanceName)
The name of the service instance associated with the deployment.
serviceInstanceName - The name of the service instance associated with the deployment.DeploymentSummary.Builder serviceName(String serviceName)
The name of the service associated with the deployment.
serviceName - The name of the service associated with the deployment.DeploymentSummary.Builder targetArn(String targetArn)
The Amazon Resource Name (ARN) of the target of the deployment.
targetArn - The Amazon Resource Name (ARN) of the target of the deployment.DeploymentSummary.Builder targetResourceCreatedAt(Instant targetResourceCreatedAt)
The date and time the target resource was created.
targetResourceCreatedAt - The date and time the target resource was created.DeploymentSummary.Builder targetResourceType(String targetResourceType)
The resource type of the deployment target. It can be an environment, service, service instance, or component.
targetResourceType - The resource type of the deployment target. It can be an environment, service, service instance, or
component.DeploymentTargetResourceType,
DeploymentTargetResourceTypeDeploymentSummary.Builder targetResourceType(DeploymentTargetResourceType targetResourceType)
The resource type of the deployment target. It can be an environment, service, service instance, or component.
targetResourceType - The resource type of the deployment target. It can be an environment, service, service instance, or
component.DeploymentTargetResourceType,
DeploymentTargetResourceTypeCopyright © 2023. All rights reserved.