public static interface DescribeAccessPointsResponse.Builder extends EfsResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccessPointsResponse.Builder,DescribeAccessPointsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccessPointsResponse.Builder |
accessPoints(AccessPointDescription... accessPoints)
An array of access point descriptions.
|
DescribeAccessPointsResponse.Builder |
accessPoints(Collection<AccessPointDescription> accessPoints)
An array of access point descriptions.
|
DescribeAccessPointsResponse.Builder |
accessPoints(Consumer<AccessPointDescription.Builder>... accessPoints)
An array of access point descriptions.
|
DescribeAccessPointsResponse.Builder |
nextToken(String nextToken)
Present if there are more access points than returned in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccessPointsResponse.Builder accessPoints(Collection<AccessPointDescription> accessPoints)
An array of access point descriptions.
accessPoints - An array of access point descriptions.DescribeAccessPointsResponse.Builder accessPoints(AccessPointDescription... accessPoints)
An array of access point descriptions.
accessPoints - An array of access point descriptions.DescribeAccessPointsResponse.Builder accessPoints(Consumer<AccessPointDescription.Builder>... accessPoints)
An array of access point descriptions.
This is a convenience that creates an instance of theList.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 #accessPoints(List) .accessPoints - a consumer that will call methods on List.Builder #accessPoints(List) DescribeAccessPointsResponse.Builder nextToken(String nextToken)
Present if there are more access points than returned in the response. You can use the NextMarker in the subsequent request to fetch the additional descriptions.
nextToken - Present if there are more access points than returned in the response. You can use the NextMarker in
the subsequent request to fetch the additional descriptions.Copyright © 2021. All rights reserved.