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