public static interface DescribeSmbFileSharesResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DescribeSmbFileSharesResponse.Builder,DescribeSmbFileSharesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSmbFileSharesResponse.Builder |
smbFileShareInfoList(Collection<SMBFileShareInfo> smbFileShareInfoList)
An array containing a description for each requested file share.
|
DescribeSmbFileSharesResponse.Builder |
smbFileShareInfoList(Consumer<SMBFileShareInfo.Builder>... smbFileShareInfoList)
An array containing a description for each requested file share.
|
DescribeSmbFileSharesResponse.Builder |
smbFileShareInfoList(SMBFileShareInfo... smbFileShareInfoList)
An array containing a description for each requested file share.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeSmbFileSharesResponse.Builder smbFileShareInfoList(Collection<SMBFileShareInfo> smbFileShareInfoList)
An array containing a description for each requested file share.
smbFileShareInfoList - An array containing a description for each requested file share.DescribeSmbFileSharesResponse.Builder smbFileShareInfoList(SMBFileShareInfo... smbFileShareInfoList)
An array containing a description for each requested file share.
smbFileShareInfoList - An array containing a description for each requested file share.DescribeSmbFileSharesResponse.Builder smbFileShareInfoList(Consumer<SMBFileShareInfo.Builder>... smbFileShareInfoList)
An array containing a description for each requested file share.
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 #smbFileShareInfoList(List) .smbFileShareInfoList - a consumer that will call methods on List.Builder #smbFileShareInfoList(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.