Interface UpdateVodSourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateVodSourceRequest.Builder,,UpdateVodSourceRequest> MediaTailorRequest.Builder,SdkBuilder<UpdateVodSourceRequest.Builder,,UpdateVodSourceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateVodSourceRequest
public static interface UpdateVodSourceRequest.Builder
extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<UpdateVodSourceRequest.Builder,UpdateVodSourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionhttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations) A list of HTTP package configurations for the VOD source on this account.httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations) A list of HTTP package configurations for the VOD source on this account.httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations) A list of HTTP package configurations for the VOD source on this account.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sourceLocationName(String sourceLocationName) The name of the source location associated with this VOD Source.vodSourceName(String vodSourceName) The name of the VOD source.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
httpPackageConfigurations
UpdateVodSourceRequest.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations) A list of HTTP package configurations for the VOD source on this account.
- Parameters:
httpPackageConfigurations- A list of HTTP package configurations for the VOD source on this account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
UpdateVodSourceRequest.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations) A list of HTTP package configurations for the VOD source on this account.
- Parameters:
httpPackageConfigurations- A list of HTTP package configurations for the VOD source on this account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
UpdateVodSourceRequest.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations) A list of HTTP package configurations for the VOD source on this account.
This is a convenience method that creates an instance of theHttpPackageConfiguration.Builderavoiding the need to create one manually viaHttpPackageConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohttpPackageConfigurations(List<HttpPackageConfiguration>).- Parameters:
httpPackageConfigurations- a consumer that will call methods onHttpPackageConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceLocationName
The name of the source location associated with this VOD Source.
- Parameters:
sourceLocationName- The name of the source location associated with this VOD Source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vodSourceName
The name of the VOD source.
- Parameters:
vodSourceName- The name of the VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateVodSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateVodSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-