| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
Command.Builder |
Command.Builder.acknowledgedAt(String acknowledgedAt)
Date and time when the command was acknowledged.
|
static Command.Builder |
Command.builder() |
Command.Builder |
Command.Builder.commandId(String commandId)
The command ID.
|
Command.Builder |
Command.Builder.completedAt(String completedAt)
Date when the command completed.
|
Command.Builder |
Command.Builder.createdAt(String createdAt)
Date and time when the command was run.
|
Command.Builder |
Command.Builder.deploymentId(String deploymentId)
The command deployment ID.
|
Command.Builder |
Command.Builder.exitCode(Integer exitCode)
The command exit code.
|
Command.Builder |
Command.Builder.instanceId(String instanceId)
The ID of the instance where the command was executed.
|
Command.Builder |
Command.Builder.logUrl(String logUrl)
The URL of the command log.
|
Command.Builder |
Command.Builder.status(String status)
The command status:
|
Command.Builder |
Command.toBuilder() |
Command.Builder |
Command.Builder.type(String type)
The command type:
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Command.Builder> |
Command.serializableBuilderClass() |
Copyright © 2023. All rights reserved.