public static final class DescribeNASFileSystemsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeNASFileSystemsRequest |
build() |
DescribeNASFileSystemsRequest.Builder |
fileSystemId(List<String> fileSystemId)
The IDs of the NAS file system.
|
DescribeNASFileSystemsRequest.Builder |
matchCompatibleProfile(Boolean matchCompatibleProfile)
Specifies whether to filter NAS file systems that only support the user profile management (UPM) feature.
|
DescribeNASFileSystemsRequest.Builder |
maxResults(Integer maxResults)
The number of entries to return on each page.
|
DescribeNASFileSystemsRequest.Builder |
nextToken(String nextToken)
The token that determines the start point of the query.
|
DescribeNASFileSystemsRequest.Builder |
officeSiteId(String officeSiteId)
The ID of the workspace.
|
DescribeNASFileSystemsRequest.Builder |
regionId(String regionId)
The ID of the region.
|
public DescribeNASFileSystemsRequest.Builder fileSystemId(List<String> fileSystemId)
public DescribeNASFileSystemsRequest.Builder matchCompatibleProfile(Boolean matchCompatibleProfile)
public DescribeNASFileSystemsRequest.Builder maxResults(Integer maxResults)
Maximum value: 100. Default value: 10.
public DescribeNASFileSystemsRequest.Builder nextToken(String nextToken)
public DescribeNASFileSystemsRequest.Builder officeSiteId(String officeSiteId)
public DescribeNASFileSystemsRequest.Builder regionId(String regionId)
public DescribeNASFileSystemsRequest build()
Copyright © 2024. All rights reserved.