public static interface ListEndpointsResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<ListEndpointsResponse.Builder,ListEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResponse.Builder |
endpoints(Collection<Endpoint> endpoints)
The endpoints returned by the call.
|
ListEndpointsResponse.Builder |
endpoints(Consumer<Endpoint.Builder>... endpoints)
The endpoints returned by the call.
|
ListEndpointsResponse.Builder |
endpoints(Endpoint... endpoints)
The endpoints returned by the call.
|
ListEndpointsResponse.Builder |
nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEndpointsResponse.Builder endpoints(Collection<Endpoint> endpoints)
The endpoints returned by the call.
endpoints - The endpoints returned by the call.ListEndpointsResponse.Builder endpoints(Endpoint... endpoints)
The endpoints returned by the call.
endpoints - The endpoints returned by the call.ListEndpointsResponse.Builder endpoints(Consumer<Endpoint.Builder>... endpoints)
The endpoints returned by the call.
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) ListEndpointsResponse.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired
pagination token will return an HTTP 400 InvalidToken error.
nextToken - If nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token
expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.Copyright © 2023. All rights reserved.