Interface DescribeFileSystemsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>,FSxRequest.Builder,SdkBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeFileSystemsRequest
public static interface DescribeFileSystemsRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFileSystemsRequest.BuilderfileSystemIds(String... fileSystemIds)IDs of the file systems whose descriptions you want to retrieve (String).DescribeFileSystemsRequest.BuilderfileSystemIds(Collection<String> fileSystemIds)IDs of the file systems whose descriptions you want to retrieve (String).DescribeFileSystemsRequest.BuildermaxResults(Integer maxResults)Maximum number of file systems to return in the response (integer).DescribeFileSystemsRequest.BuildernextToken(String nextToken)Opaque pagination token returned from a previousDescribeFileSystemsoperation (String).DescribeFileSystemsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFileSystemsRequest.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
-
fileSystemIds
DescribeFileSystemsRequest.Builder fileSystemIds(Collection<String> fileSystemIds)
IDs of the file systems whose descriptions you want to retrieve (String).
- Parameters:
fileSystemIds- IDs of the file systems whose descriptions you want to retrieve (String).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemIds
DescribeFileSystemsRequest.Builder fileSystemIds(String... fileSystemIds)
IDs of the file systems whose descriptions you want to retrieve (String).
- Parameters:
fileSystemIds- IDs of the file systems whose descriptions you want to retrieve (String).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeFileSystemsRequest.Builder maxResults(Integer maxResults)
Maximum number of file systems to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the
MaxResultsparameter specified in the request and the service's internal maximum number of items per page.- Parameters:
maxResults- Maximum number of file systems to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of theMaxResultsparameter specified in the request and the service's internal maximum number of items per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeFileSystemsRequest.Builder nextToken(String nextToken)
Opaque pagination token returned from a previous
DescribeFileSystemsoperation (String). If a token present, the operation continues the list from where the returning call left off.- Parameters:
nextToken- Opaque pagination token returned from a previousDescribeFileSystemsoperation (String). If a token present, the operation continues the list from where the returning call left off.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeFileSystemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeFileSystemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-