public static interface DescribeMountTargetsResponse.Builder extends EFSResponse.Builder, CopyableBuilder<DescribeMountTargetsResponse.Builder,DescribeMountTargetsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeMountTargetsResponse.Builder |
marker(String marker)
If the request included the
Marker , the response returns that value in this field. |
DescribeMountTargetsResponse.Builder |
mountTargets(Collection<MountTargetDescription> mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
DescribeMountTargetsResponse.Builder |
mountTargets(MountTargetDescription... mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
DescribeMountTargetsResponse.Builder |
nextMarker(String nextMarker)
If a value is present, there are more mount targets to return.
|
build
copy
apply, build
DescribeMountTargetsResponse.Builder marker(String marker)
If the request included the Marker
, the response returns that value in this field.
marker
- If the request included the Marker
, the response returns that value in this field.DescribeMountTargetsResponse.Builder mountTargets(Collection<MountTargetDescription> mountTargets)
Returns the file system's mount targets as an array of MountTargetDescription
objects.
mountTargets
- Returns the file system's mount targets as an array of MountTargetDescription
objects.DescribeMountTargetsResponse.Builder mountTargets(MountTargetDescription... mountTargets)
Returns the file system's mount targets as an array of MountTargetDescription
objects.
mountTargets
- Returns the file system's mount targets as an array of MountTargetDescription
objects.DescribeMountTargetsResponse.Builder nextMarker(String nextMarker)
If a value is present, there are more mount targets to return. In a subsequent request, you can provide
Marker
in your request with this value to retrieve the next set of mount targets.
nextMarker
- If a value is present, there are more mount targets to return. In a subsequent request, you can
provide Marker
in your request with this value to retrieve the next set of mount targets.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.