Interface CreateVodSourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateVodSourceRequest.Builder,CreateVodSourceRequest>,MediaTailorRequest.Builder,SdkBuilder<CreateVodSourceRequest.Builder,CreateVodSourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateVodSourceRequest
public static interface CreateVodSourceRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<CreateVodSourceRequest.Builder,CreateVodSourceRequest>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
httpPackageConfigurations
CreateVodSourceRequest.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
- Parameters:
httpPackageConfigurations- A list of HTTP package configuration parameters for this VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
CreateVodSourceRequest.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
- Parameters:
httpPackageConfigurations- A list of HTTP package configuration parameters for this VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
CreateVodSourceRequest.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
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 to#httpPackageConfigurations(List.) - 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:
#httpPackageConfigurations(java.util.Collection)
-
sourceLocationName
CreateVodSourceRequest.Builder sourceLocationName(String sourceLocationName)
The name of the source location for this VOD source.
- Parameters:
sourceLocationName- The name of the source location for this VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateVodSourceRequest.Builder tags(Map<String,String> tags)
The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
- Parameters:
tags- The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vodSourceName
CreateVodSourceRequest.Builder vodSourceName(String vodSourceName)
The name associated with the VOD source.>
- Parameters:
vodSourceName- The name associated with the VOD source.>- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateVodSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateVodSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-