Interface ListMountTargetsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMountTargetsRequest.Builder,,ListMountTargetsRequest> S3FilesRequest.Builder,SdkBuilder<ListMountTargetsRequest.Builder,,ListMountTargetsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListMountTargetsRequest
@Mutable
@NotThreadSafe
public static interface ListMountTargetsRequest.Builder
extends S3FilesRequest.Builder, SdkPojo, CopyableBuilder<ListMountTargetsRequest.Builder,ListMountTargetsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaccessPointId(String accessPointId) Optional filter to list only mount targets associated with the specified access point ID or Amazon Resource Name (ARN).fileSystemId(String fileSystemId) Optional filter to list only mount targets associated with the specified S3 File System ID or Amazon Resource Name (ARN).maxResults(Integer maxResults) The maximum number of mount targets to return in a single response.A pagination token returned from a previous call to continue listing mount targets.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
-
fileSystemId
Optional filter to list only mount targets associated with the specified S3 File System ID or Amazon Resource Name (ARN). If provided, only mount targets for this file system will be returned in the response.
- Parameters:
fileSystemId- Optional filter to list only mount targets associated with the specified S3 File System ID or Amazon Resource Name (ARN). If provided, only mount targets for this file system will be returned in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessPointId
Optional filter to list only mount targets associated with the specified access point ID or Amazon Resource Name (ARN).
- Parameters:
accessPointId- Optional filter to list only mount targets associated with the specified access point ID or Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of mount targets to return in a single response.
- Parameters:
maxResults- The maximum number of mount targets to return in a single response.- 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 mount targets.
- Parameters:
nextToken- A pagination token returned from a previous call to continue listing mount targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMountTargetsRequest.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
ListMountTargetsRequest.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.
-