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.
FileSystemAssociationInfo.Builder avoiding the
need to create one manually via
FileSystemAssociationInfo.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #fileSystemAssociationInfoList(List.
fileSystemAssociationInfoList - a consumer that will call methods on
FileSystemAssociationInfo.Builder#fileSystemAssociationInfoList(java.util.Collection) Copyright © 2023. All rights reserved.