public static interface DescribeMountTargetsResponse.Builder extends EfsResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
MountTargetDescription.Builder avoiding the need to create
one manually via MountTargetDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #mountTargets(List.
mountTargets - a consumer that will call methods on
MountTargetDescription.Builder#mountTargets(java.util.Collection) 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 © 2023. All rights reserved.