public static interface DescribeFileSystemsResponse.Builder extends EfsResponse.Builder, SdkPojo, CopyableBuilder<DescribeFileSystemsResponse.Builder,DescribeFileSystemsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFileSystemsResponse.Builder |
fileSystems(Collection<FileSystemDescription> fileSystems)
An array of file system descriptions.
|
DescribeFileSystemsResponse.Builder |
fileSystems(Consumer<FileSystemDescription.Builder>... fileSystems)
An array of file system descriptions.
|
DescribeFileSystemsResponse.Builder |
fileSystems(FileSystemDescription... fileSystems)
An 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).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFileSystemsResponse.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)
An array of file system descriptions.
fileSystems - An array of file system descriptions.DescribeFileSystemsResponse.Builder fileSystems(FileSystemDescription... fileSystems)
An array of file system descriptions.
fileSystems - An array of file system descriptions.DescribeFileSystemsResponse.Builder fileSystems(Consumer<FileSystemDescription.Builder>... fileSystems)
An array of file system descriptions.
This is a convenience method that creates an instance of theFileSystemDescription.Builder avoiding the need to create
one manually via FileSystemDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #fileSystems(List.
fileSystems - a consumer that will call methods on
FileSystemDescription.Builder#fileSystems(java.util.Collection) 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 © 2023. All rights reserved.