public static interface ListFileSystemAssociationsResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<ListFileSystemAssociationsResponse.Builder,ListFileSystemAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFileSystemAssociationsResponse.Builder |
fileSystemAssociationSummaryList(Collection<FileSystemAssociationSummary> fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
|
ListFileSystemAssociationsResponse.Builder |
fileSystemAssociationSummaryList(Consumer<FileSystemAssociationSummary.Builder>... fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
|
ListFileSystemAssociationsResponse.Builder |
fileSystemAssociationSummaryList(FileSystemAssociationSummary... fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
|
ListFileSystemAssociationsResponse.Builder |
marker(String marker)
If the request includes
Marker, the response returns that value in this field. |
ListFileSystemAssociationsResponse.Builder |
nextMarker(String nextMarker)
If a value is present, there are more file system associations to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFileSystemAssociationsResponse.Builder marker(String marker)
If the request includes Marker, the response returns that value in this field.
marker - If the request includes Marker, the response returns that value in this field.ListFileSystemAssociationsResponse.Builder nextMarker(String nextMarker)
If a value is present, there are more file system associations to return. In a subsequent request, use
NextMarker as the value for Marker to retrieve the next set of file system
associations.
nextMarker - If a value is present, there are more file system associations to return. In a subsequent request, use
NextMarker as the value for Marker to retrieve the next set of file system
associations.ListFileSystemAssociationsResponse.Builder fileSystemAssociationSummaryList(Collection<FileSystemAssociationSummary> fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
fileSystemAssociationSummaryList - An array of information about the Amazon FSx gateway's file system associations.ListFileSystemAssociationsResponse.Builder fileSystemAssociationSummaryList(FileSystemAssociationSummary... fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
fileSystemAssociationSummaryList - An array of information about the Amazon FSx gateway's file system associations.ListFileSystemAssociationsResponse.Builder fileSystemAssociationSummaryList(Consumer<FileSystemAssociationSummary.Builder>... fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
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 #fileSystemAssociationSummaryList(List) .fileSystemAssociationSummaryList - a consumer that will call methods on List.Builder #fileSystemAssociationSummaryList(List) Copyright © 2022. All rights reserved.