public static final class ModifyInvocationAttributeResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ModifyInvocationAttributeResponseBody |
build() |
ModifyInvocationAttributeResponseBody.Builder |
commandId(String commandId)
The command ID.
|
ModifyInvocationAttributeResponseBody.Builder |
requestId(String requestId)
The request ID.
|
public ModifyInvocationAttributeResponseBody.Builder commandId(String commandId)
* A new command is added and the `CommandId` value of the new command is returned only when `CommandContent` is changed. * No new command is added and the `CommandId` value of the command that is running is returned if `CommandContent` is not changed. * If you set `KeepCommand` to `true` when you called the [InvokeCommand](~~64841~~) or [RunCommand](~~141751~~) operation, a new command is added and retained. Otherwise, commands related to the task are deleted after all executions of the task are complete or the task is manually stopped.
public ModifyInvocationAttributeResponseBody.Builder requestId(String requestId)
public ModifyInvocationAttributeResponseBody build()
Copyright © 2024. All rights reserved.