public static interface DescribeAccessPointsRequest.Builder extends EfsRequest.Builder, SdkPojo, CopyableBuilder<DescribeAccessPointsRequest.Builder,DescribeAccessPointsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccessPointsRequest.Builder |
accessPointId(String accessPointId)
(Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
FileSystemId. |
DescribeAccessPointsRequest.Builder |
fileSystemId(String fileSystemId)
(Optional) If you provide a
FileSystemId, EFS returns all access points for that file system;
mutually exclusive with AccessPointId. |
DescribeAccessPointsRequest.Builder |
maxResults(Integer 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. |
DescribeAccessPointsRequest.Builder |
nextToken(String nextToken)
NextToken is present if the response is paginated. |
DescribeAccessPointsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAccessPointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccessPointsRequest.Builder maxResults(Integer 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.
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.DescribeAccessPointsRequest.Builder nextToken(String nextToken)
NextToken is present if the response is paginated. You can use NextMarker in the
subsequent request to fetch the next page of access point descriptions.
nextToken - NextToken is present if the response is paginated. You can use NextMarker in
the subsequent request to fetch the next page of access point descriptions.DescribeAccessPointsRequest.Builder accessPointId(String accessPointId)
(Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
FileSystemId.
accessPointId - (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
FileSystemId.DescribeAccessPointsRequest.Builder fileSystemId(String fileSystemId)
(Optional) If you provide a FileSystemId, EFS returns all access points for that file system;
mutually exclusive with AccessPointId.
fileSystemId - (Optional) If you provide a FileSystemId, EFS returns all access points for that file
system; mutually exclusive with AccessPointId.DescribeAccessPointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAccessPointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.