public static interface ListEndpointsResponse.Builder extends S3OutpostsResponse.Builder, SdkPojo, CopyableBuilder<ListEndpointsResponse.Builder,ListEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResponse.Builder |
endpoints(Collection<Endpoint> endpoints)
Returns an array of endpoints associated with AWS Outposts.
|
ListEndpointsResponse.Builder |
endpoints(Consumer<Endpoint.Builder>... endpoints)
Returns an array of endpoints associated with AWS Outposts.
|
ListEndpointsResponse.Builder |
endpoints(Endpoint... endpoints)
Returns an array of endpoints associated with AWS Outposts.
|
ListEndpointsResponse.Builder |
nextToken(String nextToken)
The next endpoint returned in the list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEndpointsResponse.Builder endpoints(Collection<Endpoint> endpoints)
Returns an array of endpoints associated with AWS Outposts.
endpoints - Returns an array of endpoints associated with AWS Outposts.ListEndpointsResponse.Builder endpoints(Endpoint... endpoints)
Returns an array of endpoints associated with AWS Outposts.
endpoints - Returns an array of endpoints associated with AWS Outposts.ListEndpointsResponse.Builder endpoints(Consumer<Endpoint.Builder>... endpoints)
Returns an array of endpoints associated with AWS Outposts.
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 #endpoints(List) .endpoints - a consumer that will call methods on List.Builder #endpoints(List) ListEndpointsResponse.Builder nextToken(String nextToken)
The next endpoint returned in the list.
nextToken - The next endpoint returned in the list.Copyright © 2021. All rights reserved.