Interface ListOriginEndpointsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListOriginEndpointsRequest.Builder,ListOriginEndpointsRequest>,MediaPackageRequest.Builder,SdkBuilder<ListOriginEndpointsRequest.Builder,ListOriginEndpointsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListOriginEndpointsRequest
public static interface ListOriginEndpointsRequest.Builder extends MediaPackageRequest.Builder, SdkPojo, CopyableBuilder<ListOriginEndpointsRequest.Builder,ListOriginEndpointsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListOriginEndpointsRequest.BuilderchannelId(String channelId)When specified, the request will return only OriginEndpoints associated with the given Channel ID.ListOriginEndpointsRequest.BuildermaxResults(Integer maxResults)The upper bound on the number of records to return.ListOriginEndpointsRequest.BuildernextToken(String nextToken)A token used to resume pagination from the end of a previous request.ListOriginEndpointsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListOriginEndpointsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediapackage.model.MediaPackageRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
channelId
ListOriginEndpointsRequest.Builder channelId(String channelId)
When specified, the request will return only OriginEndpoints associated with the given Channel ID.- Parameters:
channelId- When specified, the request will return only OriginEndpoints associated with the given Channel ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListOriginEndpointsRequest.Builder maxResults(Integer maxResults)
The upper bound on the number of records to return.- Parameters:
maxResults- The upper bound on the number of records to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListOriginEndpointsRequest.Builder nextToken(String nextToken)
A token used to resume pagination from the end of a previous request.- Parameters:
nextToken- A token used to resume pagination from the end of a previous request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListOriginEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListOriginEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-