public static final class ListPluginStatusRequest.Builder extends Object
public ListPluginStatusRequest.Builder sourceRegionId(String sourceRegionId)
public ListPluginStatusRequest.Builder instanceId(List<String> instanceId)
public ListPluginStatusRequest.Builder maxResults(Integer maxResults)
Valid values: 1 to 50. Default value: 10.
public ListPluginStatusRequest.Builder name(String name)
* If this parameter is not specified, the status of all Cloud Assistant plug-ins that are installed on the specified instances are queried. ** **Note** If this parameter is not specified, only a single instance ID can be specified. * If this parameter is specified, the status of the specified Cloud Assistant plug-in is queried.
public ListPluginStatusRequest.Builder nextToken(String nextToken)
public ListPluginStatusRequest.Builder ownerAccount(String ownerAccount)
public ListPluginStatusRequest.Builder ownerId(Long ownerId)
public ListPluginStatusRequest.Builder pageNumber(Long pageNumber)
* Pages start from page 1. * Default value: 1.
public ListPluginStatusRequest.Builder pageSize(Long pageSize)
* Valid values: 1 to 50. * Default value: 10.
public ListPluginStatusRequest.Builder regionId(String regionId)
public ListPluginStatusRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ListPluginStatusRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ListPluginStatusRequest build()
Copyright © 2024. All rights reserved.