public static interface DescribeFileCachesRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DescribeFileCachesRequest.Builder,DescribeFileCachesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFileCachesRequest.Builder |
fileCacheIds(Collection<String> fileCacheIds)
IDs of the caches whose descriptions you want to retrieve (String).
|
DescribeFileCachesRequest.Builder |
fileCacheIds(String... fileCacheIds)
IDs of the caches whose descriptions you want to retrieve (String).
|
DescribeFileCachesRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
DescribeFileCachesRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeFileCachesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFileCachesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFileCachesRequest.Builder fileCacheIds(Collection<String> fileCacheIds)
IDs of the caches whose descriptions you want to retrieve (String).
fileCacheIds - IDs of the caches whose descriptions you want to retrieve (String).DescribeFileCachesRequest.Builder fileCacheIds(String... fileCacheIds)
IDs of the caches whose descriptions you want to retrieve (String).
fileCacheIds - IDs of the caches whose descriptions you want to retrieve (String).DescribeFileCachesRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.DescribeFileCachesRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.DescribeFileCachesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFileCachesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.