CopyableBuilder<ListFileSharesResponse.Builder,ListFileSharesResponse>
, SdkBuilder<ListFileSharesResponse.Builder,ListFileSharesResponse>
public static interface ListFileSharesResponse.Builder extends CopyableBuilder<ListFileSharesResponse.Builder,ListFileSharesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListFileSharesResponse.Builder |
fileShareInfoList(Collection<FileShareInfo> 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.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setFileShareInfoList(java.util.Collection)
or #withFileShareInfoList(java.util.Collection)
if you want to override the existing values.
fileShareInfoList
- An array of information about the file gateway's file shares.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.