Interface ListFileSharesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListFileSharesResponse.Builder,,- ListFileSharesResponse> - SdkBuilder<ListFileSharesResponse.Builder,,- ListFileSharesResponse> - SdkPojo,- SdkResponse.Builder,- StorageGatewayResponse.Builder
- Enclosing class:
- ListFileSharesResponse
@Mutable
@NotThreadSafe
public static interface ListFileSharesResponse.Builder
extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<ListFileSharesResponse.Builder,ListFileSharesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionfileShareInfoList(Collection<FileShareInfo> fileShareInfoList) An array of information about the S3 File Gateway's file shares.fileShareInfoList(Consumer<FileShareInfo.Builder>... fileShareInfoList) An array of information about the S3 File Gateway's file shares.fileShareInfoList(FileShareInfo... fileShareInfoList) An array of information about the S3 File Gateway's file shares.If the request includesMarker, the response returns that value in this field.nextMarker(String nextMarker) If a value is present, there are more file shares to return.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
markerIf the request includes Marker, the response returns that value in this field.- Parameters:
- marker- If the request includes- Marker, the response returns that value in this field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextMarkerIf a value is present, there are more file shares to return. In a subsequent request, use NextMarkeras the value forMarkerto retrieve the next set of file shares.- Parameters:
- nextMarker- If a value is present, there are more file shares to return. In a subsequent request, use- NextMarkeras the value for- Markerto retrieve the next set of file shares.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-