| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static Deployment.Builder |
Deployment.builder() |
Deployment.Builder |
Deployment.Builder.deploymentId(String deploymentId)
The identifier of the last deployment of the environment.
|
Deployment.Builder |
Deployment.Builder.deploymentStatus(DeploymentStatus deploymentStatus)
The status of the last deployment of the environment.
|
Deployment.Builder |
Deployment.Builder.deploymentStatus(String deploymentStatus)
The status of the last deployment of the environment.
|
Deployment.Builder |
Deployment.Builder.deploymentType(DeploymentType deploymentType)
The type of the last deployment of the environment.
|
Deployment.Builder |
Deployment.Builder.deploymentType(String deploymentType)
The type of the last deployment of the environment.
|
default Deployment.Builder |
Deployment.Builder.failureReason(Consumer<EnvironmentError.Builder> failureReason)
The failure reason of the last deployment of the environment.
|
Deployment.Builder |
Deployment.Builder.failureReason(EnvironmentError failureReason)
The failure reason of the last deployment of the environment.
|
Deployment.Builder |
Deployment.Builder.isDeploymentComplete(Boolean isDeploymentComplete)
Specifies whether the last deployment of the environment is complete.
|
Deployment.Builder |
Deployment.Builder.messages(Collection<String> messages)
The messages of the last deployment of the environment.
|
Deployment.Builder |
Deployment.Builder.messages(String... messages)
The messages of the last deployment of the environment.
|
Deployment.Builder |
Deployment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Deployment.Builder> |
Deployment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.lastDeployment(Consumer<Deployment.Builder> lastDeployment)
The last deployment of the environment.
|
default GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.lastDeployment(Consumer<Deployment.Builder> lastDeployment)
The details of the last deployment of the environment.
|
default CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.lastDeployment(Consumer<Deployment.Builder> lastDeployment)
The details of the last deployment of this Amazon DataZone environment.
|
Copyright © 2023. All rights reserved.