public static interface DescribeFileSystemAssociationsResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DescribeFileSystemAssociationsResponse.Builder,DescribeFileSystemAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFileSystemAssociationsResponse.Builder |
fileSystemAssociationInfoList(Collection<FileSystemAssociationInfo> fileSystemAssociationInfoList)
An array containing the
FileSystemAssociationInfo data type of each file system association to
be described. |
DescribeFileSystemAssociationsResponse.Builder |
fileSystemAssociationInfoList(Consumer<FileSystemAssociationInfo.Builder>... fileSystemAssociationInfoList)
An array containing the
FileSystemAssociationInfo data type of each file system association to
be described. |
DescribeFileSystemAssociationsResponse.Builder |
fileSystemAssociationInfoList(FileSystemAssociationInfo... fileSystemAssociationInfoList)
An array containing the
FileSystemAssociationInfo data type of each file system association to
be described. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFileSystemAssociationsResponse.Builder fileSystemAssociationInfoList(Collection<FileSystemAssociationInfo> fileSystemAssociationInfoList)
An array containing the FileSystemAssociationInfo data type of each file system association to
be described.
fileSystemAssociationInfoList - An array containing the FileSystemAssociationInfo data type of each file system
association to be described.DescribeFileSystemAssociationsResponse.Builder fileSystemAssociationInfoList(FileSystemAssociationInfo... fileSystemAssociationInfoList)
An array containing the FileSystemAssociationInfo data type of each file system association to
be described.
fileSystemAssociationInfoList - An array containing the FileSystemAssociationInfo data type of each file system
association to be described.DescribeFileSystemAssociationsResponse.Builder fileSystemAssociationInfoList(Consumer<FileSystemAssociationInfo.Builder>... fileSystemAssociationInfoList)
An array containing the FileSystemAssociationInfo data type of each file system association to
be described.
List.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 #fileSystemAssociationInfoList(List) .fileSystemAssociationInfoList - a consumer that will call methods on List.Builder #fileSystemAssociationInfoList(List) Copyright © 2022. All rights reserved.