public static interface ListOriginEndpointsResponse.Builder extends MediaPackageResponse.Builder, SdkPojo, CopyableBuilder<ListOriginEndpointsResponse.Builder,ListOriginEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListOriginEndpointsResponse.Builder |
nextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
ListOriginEndpointsResponse.Builder |
originEndpoints(Collection<OriginEndpoint> originEndpoints)
A list of OriginEndpoint records.
|
ListOriginEndpointsResponse.Builder |
originEndpoints(Consumer<OriginEndpoint.Builder>... originEndpoints)
A list of OriginEndpoint records.
|
ListOriginEndpointsResponse.Builder |
originEndpoints(OriginEndpoint... originEndpoints)
A list of OriginEndpoint records.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOriginEndpointsResponse.Builder nextToken(String nextToken)
nextToken - A token that can be used to resume pagination from the end of the collection.ListOriginEndpointsResponse.Builder originEndpoints(Collection<OriginEndpoint> originEndpoints)
originEndpoints - A list of OriginEndpoint records.ListOriginEndpointsResponse.Builder originEndpoints(OriginEndpoint... originEndpoints)
originEndpoints - A list of OriginEndpoint records.ListOriginEndpointsResponse.Builder originEndpoints(Consumer<OriginEndpoint.Builder>... originEndpoints)
OriginEndpoint.Builder avoiding the need to create
one manually via OriginEndpoint.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #originEndpoints(List.
originEndpoints - a consumer that will call methods on
OriginEndpoint.Builder#originEndpoints(java.util.Collection) Copyright © 2023. All rights reserved.