Interface DescribeFileCachesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeFileCachesRequest.Builder,DescribeFileCachesRequest>,FSxRequest.Builder,SdkBuilder<DescribeFileCachesRequest.Builder,DescribeFileCachesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeFileCachesRequest
public static interface DescribeFileCachesRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DescribeFileCachesRequest.Builder,DescribeFileCachesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFileCachesRequest.BuilderfileCacheIds(String... fileCacheIds)IDs of the caches whose descriptions you want to retrieve (String).DescribeFileCachesRequest.BuilderfileCacheIds(Collection<String> fileCacheIds)IDs of the caches whose descriptions you want to retrieve (String).DescribeFileCachesRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.DescribeFileCachesRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.DescribeFileCachesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFileCachesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fsx.model.FSxRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
fileCacheIds
DescribeFileCachesRequest.Builder fileCacheIds(Collection<String> fileCacheIds)
IDs of the caches whose descriptions you want to retrieve (String).
- Parameters:
fileCacheIds- IDs of the caches whose descriptions you want to retrieve (String).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileCacheIds
DescribeFileCachesRequest.Builder fileCacheIds(String... fileCacheIds)
IDs of the caches whose descriptions you want to retrieve (String).
- Parameters:
fileCacheIds- IDs of the caches whose descriptions you want to retrieve (String).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeFileCachesRequest.Builder maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeFileCachesRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeFileCachesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeFileCachesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-