public static interface ListFileSharesResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<ListFileSharesResponse.Builder,ListFileSharesResponse>
Modifier and Type | Method and Description |
---|---|
ListFileSharesResponse.Builder |
fileShareInfoList(Collection<FileShareInfo> fileShareInfoList)
An array of information about the file gateway's file shares.
|
ListFileSharesResponse.Builder |
fileShareInfoList(Consumer<FileShareInfo.Builder>... fileShareInfoList)
An array of information about the file gateway's file shares.
|
ListFileSharesResponse.Builder |
fileShareInfoList(FileShareInfo... fileShareInfoList)
An array of information about the file gateway's file shares.
|
ListFileSharesResponse.Builder |
marker(String marker)
If the request includes
Marker , the response returns that value in this field. |
ListFileSharesResponse.Builder |
nextMarker(String nextMarker)
If a value is present, there are more file shares to return.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListFileSharesResponse.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.ListFileSharesResponse.Builder nextMarker(String nextMarker)
If a value is present, there are more file shares to return. In a subsequent request, use
NextMarker
as the value for Marker
to retrieve the next set of file shares.
nextMarker
- If a value is present, there are more file shares to return. In a subsequent request, use
NextMarker
as the value for Marker
to retrieve the next set of file shares.ListFileSharesResponse.Builder fileShareInfoList(Collection<FileShareInfo> fileShareInfoList)
An array of information about the file gateway's file shares.
fileShareInfoList
- An array of information about the file gateway's file shares.ListFileSharesResponse.Builder fileShareInfoList(FileShareInfo... fileShareInfoList)
An array of information about the file gateway's file shares.
fileShareInfoList
- An array of information about the file gateway's file shares.ListFileSharesResponse.Builder fileShareInfoList(Consumer<FileShareInfo.Builder>... fileShareInfoList)
An array of information about the file gateway's file shares.
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 #fileShareInfoList(List)
.fileShareInfoList
- a consumer that will call methods on List.Builder
#fileShareInfoList(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.