public static final class DescribeSendFileResultsResponseBody.Invocation.Builder extends Object
构造器和说明 |
---|
Builder() |
public DescribeSendFileResultsResponseBody.Invocation.Builder content(String content)
public DescribeSendFileResultsResponseBody.Invocation.Builder contentType(String contentType)
* PlainText: The file content is not encoded. * Base64: The file content is encoded in Base64.
public DescribeSendFileResultsResponseBody.Invocation.Builder creationTime(String creationTime)
public DescribeSendFileResultsResponseBody.Invocation.Builder description(String description)
public DescribeSendFileResultsResponseBody.Invocation.Builder fileGroup(String fileGroup)
public DescribeSendFileResultsResponseBody.Invocation.Builder fileMode(String fileMode)
public DescribeSendFileResultsResponseBody.Invocation.Builder fileOwner(String fileOwner)
public DescribeSendFileResultsResponseBody.Invocation.Builder invocationStatus(String invocationStatus)
* Pending: The file is being verified or sent. If the sending state of the file on at least one instance is Pending, the overall sending state of the file is Pending. * Running: The file is being sent to the instances. If the sending state of the file on at least one instance is Running, the overall sending state of the file is Running. * Success: If the sending state of the file on all instances is Success, the overall sending state of the file is Success. * If the sending state of the file on all instances is Failed, the overall sending state of the file is Failed. If the sending state of the file on one or more instances is one of the following values, the overall sending state of the file is Failed: * Invalid: The file is invalid. * Aborted: The file failed to be sent to the instances. * Failed: The file failed to be created on the instances. * Timeout: The file sending task timed out. * Error: An error occurred and interrupted the file sending task. * PartialFailed: The file sending task was completed on some instances but failed on other instances. If the sending state of the file is Success on some instances and is Failed on other instances, the overall sending state of the file is PartialFailed.
public DescribeSendFileResultsResponseBody.Invocation.Builder invokeId(String invokeId)
public DescribeSendFileResultsResponseBody.Invocation.Builder invokeInstances(DescribeSendFileResultsResponseBody.InvokeInstances invokeInstances)
public DescribeSendFileResultsResponseBody.Invocation.Builder name(String name)
public DescribeSendFileResultsResponseBody.Invocation.Builder overwrite(String overwrite)
public DescribeSendFileResultsResponseBody.Invocation.Builder tags(DescribeSendFileResultsResponseBody.Tags tags)
public DescribeSendFileResultsResponseBody.Invocation.Builder targetDir(String targetDir)
public DescribeSendFileResultsResponseBody.Invocation.Builder vmCount(Integer vmCount)
public DescribeSendFileResultsResponseBody.Invocation build()
Copyright © 2024. All rights reserved.