Interface ListFileSystemsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListFileSystemsRequest.Builder,,ListFileSystemsRequest> S3FilesRequest.Builder,SdkBuilder<ListFileSystemsRequest.Builder,,ListFileSystemsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListFileSystemsRequest
@Mutable
@NotThreadSafe
public static interface ListFileSystemsRequest.Builder
extends S3FilesRequest.Builder, SdkPojo, CopyableBuilder<ListFileSystemsRequest.Builder,ListFileSystemsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionOptional filter to list only file systems associated with the specified S3 bucket Amazon Resource Name (ARN).maxResults(Integer maxResults) The maximum number of file systems to return in a single response.A pagination token returned from a previous call to continue listing file systems.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.s3files.model.S3FilesRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
bucket
Optional filter to list only file systems associated with the specified S3 bucket Amazon Resource Name (ARN). If provided, only file systems that provide access to this bucket will be returned in the response.
- Parameters:
bucket- Optional filter to list only file systems associated with the specified S3 bucket Amazon Resource Name (ARN). If provided, only file systems that provide access to this bucket will be returned in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of file systems to return in a single response. If not specified, up to 100 file systems are returned.
- Parameters:
maxResults- The maximum number of file systems to return in a single response. If not specified, up to 100 file systems are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A pagination token returned from a previous call to continue listing file systems.
- Parameters:
nextToken- A pagination token returned from a previous call to continue listing file systems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFileSystemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListFileSystemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-