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