public static interface Command.Builder extends CopyableBuilder<Command.Builder,Command>
| Modifier and Type | Method and Description |
|---|---|
Command.Builder |
acknowledgedAt(String acknowledgedAt)
Date and time when the command was acknowledged.
|
Command.Builder |
commandId(String commandId)
The command ID.
|
Command.Builder |
completedAt(String completedAt)
Date when the command completed.
|
Command.Builder |
createdAt(String createdAt)
Date and time when the command was run.
|
Command.Builder |
deploymentId(String deploymentId)
The command deployment ID.
|
Command.Builder |
exitCode(Integer exitCode)
The command exit code.
|
Command.Builder |
instanceId(String instanceId)
The ID of the instance where the command was executed.
|
Command.Builder |
logUrl(String logUrl)
The URL of the command log.
|
Command.Builder |
status(String status)
The command status:
|
Command.Builder |
type(String type)
The command type:
|
copyapply, buildCommand.Builder commandId(String commandId)
The command ID.
commandId - The command ID.Command.Builder instanceId(String instanceId)
The ID of the instance where the command was executed.
instanceId - The ID of the instance where the command was executed.Command.Builder deploymentId(String deploymentId)
The command deployment ID.
deploymentId - The command deployment ID.Command.Builder createdAt(String createdAt)
Date and time when the command was run.
createdAt - Date and time when the command was run.Command.Builder acknowledgedAt(String acknowledgedAt)
Date and time when the command was acknowledged.
acknowledgedAt - Date and time when the command was acknowledged.Command.Builder completedAt(String completedAt)
Date when the command completed.
completedAt - Date when the command completed.Command.Builder status(String status)
The command status:
failed
successful
skipped
pending
status - The command status:
failed
successful
skipped
pending
Command.Builder exitCode(Integer exitCode)
The command exit code.
exitCode - The command exit code.Command.Builder logUrl(String logUrl)
The URL of the command log.
logUrl - The URL of the command log.Command.Builder type(String type)
The command type:
configure
deploy
execute_recipes
install_dependencies
restart
rollback
setup
start
stop
undeploy
update_custom_cookbooks
update_dependencies
type - The command type:
configure
deploy
execute_recipes
install_dependencies
restart
rollback
setup
start
stop
undeploy
update_custom_cookbooks
update_dependencies
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.