public static interface DescribeMountTargetsRequest.Builder extends EFSRequest.Builder, CopyableBuilder<DescribeMountTargetsRequest.Builder,DescribeMountTargetsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeMountTargetsRequest.Builder |
fileSystemId(String fileSystemId)
(Optional) ID of the file system whose mount targets you want to list (String).
|
DescribeMountTargetsRequest.Builder |
marker(String marker)
(Optional) Opaque pagination token returned from a previous
DescribeMountTargets operation
(String). |
DescribeMountTargetsRequest.Builder |
maxItems(Integer maxItems)
(Optional) Maximum number of mount targets to return in the response.
|
DescribeMountTargetsRequest.Builder |
mountTargetId(String mountTargetId)
(Optional) ID of the mount target that you want to have described (String).
|
DescribeMountTargetsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeMountTargetsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeMountTargetsRequest.Builder maxItems(Integer maxItems)
(Optional) Maximum number of mount targets to return in the response. It must be an integer with a value greater than zero.
maxItems - (Optional) Maximum number of mount targets to return in the response. It must be an integer with a
value greater than zero.DescribeMountTargetsRequest.Builder marker(String marker)
(Optional) Opaque pagination token returned from a previous DescribeMountTargets operation
(String). If present, it specifies to continue the list from where the previous returning call left off.
marker - (Optional) Opaque pagination token returned from a previous DescribeMountTargets
operation (String). If present, it specifies to continue the list from where the previous returning
call left off.DescribeMountTargetsRequest.Builder fileSystemId(String fileSystemId)
(Optional) ID of the file system whose mount targets you want to list (String). It must be included in your
request if MountTargetId is not included.
fileSystemId - (Optional) ID of the file system whose mount targets you want to list (String). It must be included in
your request if MountTargetId is not included.DescribeMountTargetsRequest.Builder mountTargetId(String mountTargetId)
(Optional) ID of the mount target that you want to have described (String). It must be included in your
request if FileSystemId is not included.
mountTargetId - (Optional) ID of the mount target that you want to have described (String). It must be included in
your request if FileSystemId is not included.DescribeMountTargetsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeMountTargetsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.