public static interface ListOriginEndpointsResponse.Builder extends MediaPackageResponse.Builder, 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(OriginEndpoint... originEndpoints)
A list of OriginEndpoint records.
|
buildcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.