Interface ListVodSourcesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListVodSourcesRequest.Builder,ListVodSourcesRequest>,MediaTailorRequest.Builder,SdkBuilder<ListVodSourcesRequest.Builder,ListVodSourcesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListVodSourcesRequest
public static interface ListVodSourcesRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ListVodSourcesRequest.Builder,ListVodSourcesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVodSourcesRequest.BuildermaxResults(Integer maxResults)The maximum number of VOD sources that you want MediaTailor to return in response to the current request.ListVodSourcesRequest.BuildernextToken(String nextToken)Pagination token returned by the list request when results exceed the maximum allowed.ListVodSourcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListVodSourcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListVodSourcesRequest.BuildersourceLocationName(String sourceLocationName)The name of the source location associated with this VOD Source list.-
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.mediatailor.model.MediaTailorRequest.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
-
maxResults
ListVodSourcesRequest.Builder maxResults(Integer maxResults)
The maximum number of VOD sources that you want MediaTailor to return in response to the current request. If there are more than
MaxResultsVOD sources, use the value ofNextTokenin the response to get the next page of results.- Parameters:
maxResults- The maximum number of VOD sources that you want MediaTailor to return in response to the current request. If there are more thanMaxResultsVOD sources, use the value ofNextTokenin the response to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListVodSourcesRequest.Builder nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
- Parameters:
nextToken- Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceLocationName
ListVodSourcesRequest.Builder sourceLocationName(String sourceLocationName)
The name of the source location associated with this VOD Source list.
- Parameters:
sourceLocationName- The name of the source location associated with this VOD Source list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListVodSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListVodSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-