| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
Deployment.Builder |
Deployment.Builder.appId(String appId)
The app ID.
|
static Deployment.Builder |
Deployment.builder() |
default Deployment.Builder |
Deployment.Builder.command(Consumer<DeploymentCommand.Builder> command)
Used to specify a stack or deployment command.
|
Deployment.Builder |
Deployment.Builder.command(DeploymentCommand command)
Used to specify a stack or deployment command.
|
Deployment.Builder |
Deployment.Builder.comment(String comment)
A user-defined comment.
|
Deployment.Builder |
Deployment.Builder.completedAt(String completedAt)
Date when the deployment completed.
|
Deployment.Builder |
Deployment.Builder.createdAt(String createdAt)
Date when the deployment was created.
|
Deployment.Builder |
Deployment.Builder.customJson(String customJson)
A string that contains user-defined custom JSON.
|
Deployment.Builder |
Deployment.Builder.deploymentId(String deploymentId)
The deployment ID.
|
Deployment.Builder |
Deployment.Builder.duration(Integer duration)
The deployment duration.
|
Deployment.Builder |
Deployment.Builder.iamUserArn(String iamUserArn)
The user's IAM ARN.
|
Deployment.Builder |
Deployment.Builder.instanceIds(Collection<String> instanceIds)
The IDs of the target instances.
|
Deployment.Builder |
Deployment.Builder.instanceIds(String... instanceIds)
The IDs of the target instances.
|
Deployment.Builder |
Deployment.Builder.stackId(String stackId)
The stack ID.
|
Deployment.Builder |
Deployment.Builder.status(String status)
The deployment status:
|
Deployment.Builder |
Deployment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Deployment.Builder> |
Deployment.serializableBuilderClass() |
Copyright © 2023. All rights reserved.