public static final class DescribeSendFileResultsRequest.Builder extends Object
public DescribeSendFileResultsRequest.Builder sourceRegionId(String sourceRegionId)
public DescribeSendFileResultsRequest.Builder instanceId(String instanceId)
public DescribeSendFileResultsRequest.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: The file is sent. If the sending state of the file on all instances is Success, the overall sending state of the file is Success. * Failed: The file fails to be sent. If the sending state of the file on all instances is Failed, the overall sending state of the file is Failed. * PartialFailed: The file sending task succeeds on some instances and fails 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 DescribeSendFileResultsRequest.Builder invokeId(String invokeId)
public DescribeSendFileResultsRequest.Builder maxResults(Integer maxResults)
Valid values: 1 to 50. Default value: 10.
public DescribeSendFileResultsRequest.Builder name(String name)
public DescribeSendFileResultsRequest.Builder nextToken(String nextToken)
public DescribeSendFileResultsRequest.Builder ownerAccount(String ownerAccount)
public DescribeSendFileResultsRequest.Builder ownerId(Long ownerId)
public DescribeSendFileResultsRequest.Builder pageNumber(Long pageNumber)
Pages start from page 1. Default value: 1.
public DescribeSendFileResultsRequest.Builder pageSize(Long pageSize)
Valid values: 1 to 50. Default value: 10.
public DescribeSendFileResultsRequest.Builder regionId(String regionId)
public DescribeSendFileResultsRequest.Builder resourceGroupId(String resourceGroupId)
public DescribeSendFileResultsRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DescribeSendFileResultsRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeSendFileResultsRequest.Builder tag(List<DescribeSendFileResultsRequest.Tag> tag)
public DescribeSendFileResultsRequest build()
Copyright © 2024. All rights reserved.