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
Modifier and TypeMethodDescriptionfileSystemIds
(String... fileSystemIds) IDs of the file systems whose descriptions you want to retrieve (String).fileSystemIds
(Collection<String> fileSystemIds) IDs of the file systems whose descriptions you want to retrieve (String).maxResults
(Integer maxResults) Maximum number of file systems to return in the response (integer).Opaque pagination token returned from a previousDescribeFileSystems
operation (String).overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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
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
MaxResults
parameter 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 theMaxResults
parameter 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
Opaque pagination token returned from a previous
DescribeFileSystems
operation (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 previousDescribeFileSystems
operation (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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeFileSystemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-