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 method that creates an instance of theAccessPointDescription.Builder avoiding the need to create
one manually via AccessPointDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #accessPoints(List.
accessPoints - a consumer that will call methods on
AccessPointDescription.Builder#accessPoints(java.util.Collection) 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 © 2023. All rights reserved.