public static interface ListSharedEndpointsResponse.Builder extends S3OutpostsResponse.Builder, SdkPojo, CopyableBuilder<ListSharedEndpointsResponse.Builder,ListSharedEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSharedEndpointsResponse.Builder |
endpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services
Resource Access Manager (RAM).
|
ListSharedEndpointsResponse.Builder |
endpoints(Consumer<Endpoint.Builder>... endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services
Resource Access Manager (RAM).
|
ListSharedEndpointsResponse.Builder |
endpoints(Endpoint... endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services
Resource Access Manager (RAM).
|
ListSharedEndpointsResponse.Builder |
nextToken(String nextToken)
If the number of endpoints associated with the specified Outpost exceeds
MaxResults, you can
include this value in subsequent calls to this operation to retrieve more results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSharedEndpointsResponse.Builder endpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).
endpoints - The list of endpoints associated with the specified Outpost that have been shared by Amazon Web
Services Resource Access Manager (RAM).ListSharedEndpointsResponse.Builder endpoints(Endpoint... endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).
endpoints - The list of endpoints associated with the specified Outpost that have been shared by Amazon Web
Services Resource Access Manager (RAM).ListSharedEndpointsResponse.Builder endpoints(Consumer<Endpoint.Builder>... endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).
This is a convenience method 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) ListSharedEndpointsResponse.Builder nextToken(String nextToken)
If the number of endpoints associated with the specified Outpost exceeds MaxResults, you can
include this value in subsequent calls to this operation to retrieve more results.
nextToken - If the number of endpoints associated with the specified Outpost exceeds MaxResults, you
can include this value in subsequent calls to this operation to retrieve more results.Copyright © 2022. All rights reserved.