public static interface ListOriginEndpointsResponse.Builder extends MediaPackageV2Response.Builder, SdkPojo, CopyableBuilder<ListOriginEndpointsResponse.Builder,ListOriginEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListOriginEndpointsResponse.Builder |
items(Collection<OriginEndpointListConfiguration> items)
The objects being returned.
|
ListOriginEndpointsResponse.Builder |
items(Consumer<OriginEndpointListConfiguration.Builder>... items)
The objects being returned.
|
ListOriginEndpointsResponse.Builder |
items(OriginEndpointListConfiguration... items)
The objects being returned.
|
ListOriginEndpointsResponse.Builder |
nextToken(String nextToken)
The pagination token from the GET list request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOriginEndpointsResponse.Builder items(Collection<OriginEndpointListConfiguration> items)
The objects being returned.
items - The objects being returned.ListOriginEndpointsResponse.Builder items(OriginEndpointListConfiguration... items)
The objects being returned.
items - The objects being returned.ListOriginEndpointsResponse.Builder items(Consumer<OriginEndpointListConfiguration.Builder>... items)
The objects being returned.
This is a convenience method that creates an instance of theOriginEndpointListConfiguration.Builder avoiding
the need to create one manually via
OriginEndpointListConfiguration.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #items(List.
items - a consumer that will call methods on
OriginEndpointListConfiguration.Builder#items(java.util.Collection) ListOriginEndpointsResponse.Builder nextToken(String nextToken)
The pagination token from the GET list request. Use the token to fetch the next page of results.
nextToken - The pagination token from the GET list request. Use the token to fetch the next page of results.Copyright © 2023. All rights reserved.