public static interface DescribeFileSystemsResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DescribeFileSystemsResponse.Builder,DescribeFileSystemsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeFileSystemsResponse.Builder |
fileSystems(Collection<FileSystem> fileSystems)
An array of file system descriptions.
|
DescribeFileSystemsResponse.Builder |
fileSystems(Consumer<FileSystem.Builder>... fileSystems)
An array of file system descriptions.
|
DescribeFileSystemsResponse.Builder |
fileSystems(FileSystem... fileSystems)
An array of file system descriptions.
|
DescribeFileSystemsResponse.Builder |
nextToken(String nextToken)
Present if there are more file systems than returned in the response (String).
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeFileSystemsResponse.Builder fileSystems(Collection<FileSystem> fileSystems)
An array of file system descriptions.
fileSystems
- An array of file system descriptions.DescribeFileSystemsResponse.Builder fileSystems(FileSystem... fileSystems)
An array of file system descriptions.
fileSystems
- An array of file system descriptions.DescribeFileSystemsResponse.Builder fileSystems(Consumer<FileSystem.Builder>... fileSystems)
An array of file system descriptions.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #fileSystems(List)
.fileSystems
- a consumer that will call methods on List.Builder
#fileSystems(List)
DescribeFileSystemsResponse.Builder nextToken(String nextToken)
Present if there are more file systems than returned in the response (String). You can use the
NextToken
value in the later request to fetch the descriptions.
nextToken
- Present if there are more file systems than returned in the response (String). You can use the
NextToken
value in the later request to fetch the descriptions.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.