CopyableBuilder<DescribeFileSystemsResponse.Builder,DescribeFileSystemsResponse>
, SdkBuilder<DescribeFileSystemsResponse.Builder,DescribeFileSystemsResponse>
public static interface DescribeFileSystemsResponse.Builder extends CopyableBuilder<DescribeFileSystemsResponse.Builder,DescribeFileSystemsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeFileSystemsResponse.Builder |
fileSystems(Collection<FileSystemDescription> fileSystems) |
Array of file system descriptions.
|
DescribeFileSystemsResponse.Builder |
fileSystems(FileSystemDescription... fileSystems) |
Array of file system descriptions.
|
DescribeFileSystemsResponse.Builder |
marker(String marker) |
Present if provided by caller in the request (String).
|
DescribeFileSystemsResponse.Builder |
nextMarker(String nextMarker) |
Present if there are more file systems than returned in the response (String).
|
copy
apply, build
DescribeFileSystemsResponse.Builder marker(String marker)
Present if provided by caller in the request (String).
marker
- Present if provided by caller in the request (String).DescribeFileSystemsResponse.Builder fileSystems(Collection<FileSystemDescription> fileSystems)
Array of file system descriptions.
fileSystems
- Array of file system descriptions.DescribeFileSystemsResponse.Builder fileSystems(FileSystemDescription... fileSystems)
Array of file system descriptions.
NOTE: This method appends the values to the existing list (if any). Use
#setFileSystems(java.util.Collection)
or #withFileSystems(java.util.Collection)
if you want
to override the existing values.
fileSystems
- Array of file system descriptions.DescribeFileSystemsResponse.Builder nextMarker(String nextMarker)
Present if there are more file systems than returned in the response (String). You can use the
NextMarker
in the subsequent request to fetch the descriptions.
nextMarker
- Present if there are more file systems than returned in the response (String). You can use the
NextMarker
in the subsequent request to fetch the descriptions.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.