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