public static interface ListManagedEndpointsResponse.Builder extends EmrContainersResponse.Builder, SdkPojo, CopyableBuilder<ListManagedEndpointsResponse.Builder,ListManagedEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListManagedEndpointsResponse.Builder |
endpoints(Collection<Endpoint> endpoints)
The managed endpoints to be listed.
|
ListManagedEndpointsResponse.Builder |
endpoints(Consumer<Endpoint.Builder>... endpoints)
The managed endpoints to be listed.
|
ListManagedEndpointsResponse.Builder |
endpoints(Endpoint... endpoints)
The managed endpoints to be listed.
|
ListManagedEndpointsResponse.Builder |
nextToken(String nextToken)
The token for the next set of endpoints to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListManagedEndpointsResponse.Builder endpoints(Collection<Endpoint> endpoints)
The managed endpoints to be listed.
endpoints - The managed endpoints to be listed.ListManagedEndpointsResponse.Builder endpoints(Endpoint... endpoints)
The managed endpoints to be listed.
endpoints - The managed endpoints to be listed.ListManagedEndpointsResponse.Builder endpoints(Consumer<Endpoint.Builder>... endpoints)
The managed endpoints to be listed.
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) ListManagedEndpointsResponse.Builder nextToken(String nextToken)
The token for the next set of endpoints to return.
nextToken - The token for the next set of endpoints to return.Copyright © 2021. All rights reserved.