CopyableBuilder<DescribeMountTargetsResponse.Builder,DescribeMountTargetsResponse>
, SdkBuilder<DescribeMountTargetsResponse.Builder,DescribeMountTargetsResponse>
public static interface DescribeMountTargetsResponse.Builder extends CopyableBuilder<DescribeMountTargetsResponse.Builder,DescribeMountTargetsResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setMountTargets(java.util.Collection)
or #withMountTargets(java.util.Collection)
if you want
to override the existing values.
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.