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(Consumer<MountTargetDescription.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeMountTargetsResponse.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 mountTargets(Consumer<MountTargetDescription.Builder>... mountTargets)
Returns the file system's mount targets as an array of MountTargetDescription objects.
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #mountTargets(List) .mountTargets - a consumer that will call methods on List.Builder #mountTargets(List) 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.