CopyableBuilder<DescribeMountTargetsRequest.Builder,DescribeMountTargetsRequest>
, SdkBuilder<DescribeMountTargetsRequest.Builder,DescribeMountTargetsRequest>
public static interface DescribeMountTargetsRequest.Builder extends CopyableBuilder<DescribeMountTargetsRequest.Builder,DescribeMountTargetsRequest>
Modifier and Type | Method | 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).
|
copy
apply, build
DescribeMountTargetsRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.