static DeploymentData.Builder |
DeploymentData.builder() |
|
DeploymentData.Builder |
DeploymentData.Builder.createdAt(Instant createdAt) |
The time the deployment was created.
|
DeploymentData.Builder |
DeploymentData.Builder.deletedAt(Instant deletedAt) |
The time the deployment was deleted.
|
DeploymentData.Builder |
DeploymentData.Builder.deploymentArn(String deploymentArn) |
The Amazon Resource Name (ARN) of the deployment.
|
DeploymentData.Builder |
DeploymentData.Builder.id(String id) |
The ID of the deployment.
|
DeploymentData.Builder |
DeploymentData.Builder.name(String name) |
The name of the deployment.
|
DeploymentData.Builder |
DeploymentData.Builder.patternName(String patternName) |
The pattern name of the deployment.
|
DeploymentData.Builder |
DeploymentData.Builder.resourceGroup(String resourceGroup) |
The resource group of the deployment.
|
DeploymentData.Builder |
DeploymentData.Builder.specifications(Map<String,String> specifications) |
The settings specified for the deployment.
|
DeploymentData.Builder |
DeploymentData.Builder.status(String status) |
The status of the deployment.
|
DeploymentData.Builder |
DeploymentData.Builder.status(DeploymentStatus status) |
The status of the deployment.
|
DeploymentData.Builder |
DeploymentData.Builder.tags(Map<String,String> tags) |
Information about the tags attached to a deployment.
|
DeploymentData.Builder |
DeploymentData.toBuilder() |
|
DeploymentData.Builder |
DeploymentData.Builder.workloadName(String workloadName) |
The name of the workload.
|