public static interface DescribeFileCachesResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DescribeFileCachesResponse.Builder,DescribeFileCachesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFileCachesResponse.Builder |
fileCaches(Collection<FileCache> fileCaches)
The response object for the
DescribeFileCaches operation. |
DescribeFileCachesResponse.Builder |
fileCaches(Consumer<FileCache.Builder>... fileCaches)
The response object for the
DescribeFileCaches operation. |
DescribeFileCachesResponse.Builder |
fileCaches(FileCache... fileCaches)
The response object for the
DescribeFileCaches operation. |
DescribeFileCachesResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFileCachesResponse.Builder fileCaches(Collection<FileCache> fileCaches)
The response object for the DescribeFileCaches operation.
fileCaches - The response object for the DescribeFileCaches operation.DescribeFileCachesResponse.Builder fileCaches(FileCache... fileCaches)
The response object for the DescribeFileCaches operation.
fileCaches - The response object for the DescribeFileCaches operation.DescribeFileCachesResponse.Builder fileCaches(Consumer<FileCache.Builder>... fileCaches)
The response object for the DescribeFileCaches operation.
FileCache.Builder avoiding the need to create one manually
via FileCache.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #fileCaches(List.
fileCaches - a consumer that will call methods on
FileCache.Builder#fileCaches(java.util.Collection) DescribeFileCachesResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.