Interface DescribeAccessPointsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeAccessPointsRequest.Builder,
,DescribeAccessPointsRequest> EfsRequest.Builder
,SdkBuilder<DescribeAccessPointsRequest.Builder,
,DescribeAccessPointsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeAccessPointsRequest
public static interface DescribeAccessPointsRequest.Builder
extends EfsRequest.Builder, SdkPojo, CopyableBuilder<DescribeAccessPointsRequest.Builder,DescribeAccessPointsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaccessPointId
(String accessPointId) (Optional) Specifies an EFS access point to describe in the response; mutually exclusive withFileSystemId
.fileSystemId
(String fileSystemId) (Optional) If you provide aFileSystemId
, EFS returns all access points for that file system; mutually exclusive withAccessPointId
.maxResults
(Integer maxResults) (Optional) When retrieving all access points for a file system, you can optionally specify theMaxItems
parameter to limit the number of objects returned in a response.NextToken
is present if the response is paginated.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.efs.model.EfsRequest.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
-
maxResults
(Optional) When retrieving all access points for a file system, you can optionally specify the
MaxItems
parameter to limit the number of objects returned in a response. The default value is 100.- Parameters:
maxResults
- (Optional) When retrieving all access points for a file system, you can optionally specify theMaxItems
parameter to limit the number of objects returned in a response. The default value is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
NextToken
is present if the response is paginated. You can useNextMarker
in the subsequent request to fetch the next page of access point descriptions.- Parameters:
nextToken
-NextToken
is present if the response is paginated. You can useNextMarker
in the subsequent request to fetch the next page of access point descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessPointId
(Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
FileSystemId
.- Parameters:
accessPointId
- (Optional) Specifies an EFS access point to describe in the response; mutually exclusive withFileSystemId
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemId
(Optional) If you provide a
FileSystemId
, EFS returns all access points for that file system; mutually exclusive withAccessPointId
.- Parameters:
fileSystemId
- (Optional) If you provide aFileSystemId
, EFS returns all access points for that file system; mutually exclusive withAccessPointId
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeAccessPointsRequest.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
DescribeAccessPointsRequest.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.
-