public static interface ListOriginEndpointsRequest.Builder extends MediaPackageRequest.Builder, CopyableBuilder<ListOriginEndpointsRequest.Builder,ListOriginEndpointsRequest>
Modifier and Type | Method and Description |
---|---|
ListOriginEndpointsRequest.Builder |
channelId(String channelId)
When specified, the request will return only OriginEndpoints associated with the given Channel ID.
|
ListOriginEndpointsRequest.Builder |
maxResults(Integer maxResults)
The upper bound on the number of records to return.
|
ListOriginEndpointsRequest.Builder |
nextToken(String nextToken)
A token used to resume pagination from the end of a previous request.
|
ListOriginEndpointsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListOriginEndpointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListOriginEndpointsRequest.Builder channelId(String channelId)
channelId
- When specified, the request will return only OriginEndpoints associated with the given Channel ID.ListOriginEndpointsRequest.Builder maxResults(Integer maxResults)
maxResults
- The upper bound on the number of records to return.ListOriginEndpointsRequest.Builder nextToken(String nextToken)
nextToken
- A token used to resume pagination from the end of a previous request.ListOriginEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListOriginEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.