Uses of Interface
software.amazon.awssdk.services.opsworks.model.Command.Builder
-
Packages that use Command.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of Command.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return Command.Builder Modifier and Type Method Description Command.BuilderCommand.Builder. acknowledgedAt(String acknowledgedAt)Date and time when the command was acknowledged.static Command.BuilderCommand. builder()Command.BuilderCommand.Builder. commandId(String commandId)The command ID.Command.BuilderCommand.Builder. completedAt(String completedAt)Date when the command completed.Command.BuilderCommand.Builder. createdAt(String createdAt)Date and time when the command was run.Command.BuilderCommand.Builder. deploymentId(String deploymentId)The command deployment ID.Command.BuilderCommand.Builder. exitCode(Integer exitCode)The command exit code.Command.BuilderCommand.Builder. instanceId(String instanceId)The ID of the instance where the command was executed.Command.BuilderCommand.Builder. logUrl(String logUrl)The URL of the command log.Command.BuilderCommand.Builder. status(String status)The command status:Command.BuilderCommand. toBuilder()Command.BuilderCommand.Builder. type(String type)The command type:Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type Command.Builder Modifier and Type Method Description static Class<? extends Command.Builder>Command. serializableBuilderClass()
-