public static interface ListOriginEndpointsRequest.Builder extends MediaPackageV2Request.Builder, SdkPojo, CopyableBuilder<ListOriginEndpointsRequest.Builder,ListOriginEndpointsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListOriginEndpointsRequest.Builder |
channelGroupName(String channelGroupName)
The name that describes the channel group.
|
ListOriginEndpointsRequest.Builder |
channelName(String channelName)
The name that describes the channel.
|
ListOriginEndpointsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListOriginEndpointsRequest.Builder |
nextToken(String nextToken)
The pagination token from the GET list request.
|
ListOriginEndpointsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListOriginEndpointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOriginEndpointsRequest.Builder channelGroupName(String channelGroupName)
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
channelGroupName - The name that describes the channel group. The name is the primary identifier for the channel group,
and must be unique for your account in the AWS Region.ListOriginEndpointsRequest.Builder channelName(String channelName)
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
channelName - The name that describes the channel. The name is the primary identifier for the channel, and must be
unique for your account in the AWS Region and channel group.ListOriginEndpointsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.ListOriginEndpointsRequest.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.ListOriginEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListOriginEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.