Interface CreatePackagingConfigurationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreatePackagingConfigurationRequest.Builder,,- CreatePackagingConfigurationRequest> - MediaPackageVodRequest.Builder,- SdkBuilder<CreatePackagingConfigurationRequest.Builder,,- CreatePackagingConfigurationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreatePackagingConfigurationRequest
@Mutable
@NotThreadSafe
public static interface CreatePackagingConfigurationRequest.Builder
extends MediaPackageVodRequest.Builder, SdkPojo, CopyableBuilder<CreatePackagingConfigurationRequest.Builder,CreatePackagingConfigurationRequest> 
- 
Method SummaryModifier and TypeMethodDescriptioncmafPackage(Consumer<CmafPackage.Builder> cmafPackage) Sets the value of the CmafPackage property for this object.cmafPackage(CmafPackage cmafPackage) Sets the value of the CmafPackage property for this object.dashPackage(Consumer<DashPackage.Builder> dashPackage) Sets the value of the DashPackage property for this object.dashPackage(DashPackage dashPackage) Sets the value of the DashPackage property for this object.hlsPackage(Consumer<HlsPackage.Builder> hlsPackage) Sets the value of the HlsPackage property for this object.hlsPackage(HlsPackage hlsPackage) Sets the value of the HlsPackage property for this object.The ID of the PackagingConfiguration.mssPackage(Consumer<MssPackage.Builder> mssPackage) Sets the value of the MssPackage property for this object.mssPackage(MssPackage mssPackage) Sets the value of the MssPackage property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.packagingGroupId(String packagingGroupId) The ID of a PackagingGroup.Sets the value of the Tags property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.mediapackagevod.model.MediaPackageVodRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cmafPackageSets the value of the CmafPackage property for this object.- Parameters:
- cmafPackage- The new value for the CmafPackage property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cmafPackagedefault CreatePackagingConfigurationRequest.Builder cmafPackage(Consumer<CmafPackage.Builder> cmafPackage) Sets the value of the CmafPackage property for this object. This is a convenience method that creates an instance of theCmafPackage.Builderavoiding the need to create one manually viaCmafPackage.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocmafPackage(CmafPackage).- Parameters:
- cmafPackage- a consumer that will call methods on- CmafPackage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
dashPackageSets the value of the DashPackage property for this object.- Parameters:
- dashPackage- The new value for the DashPackage property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dashPackagedefault CreatePackagingConfigurationRequest.Builder dashPackage(Consumer<DashPackage.Builder> dashPackage) Sets the value of the DashPackage property for this object. This is a convenience method that creates an instance of theDashPackage.Builderavoiding the need to create one manually viaDashPackage.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todashPackage(DashPackage).- Parameters:
- dashPackage- a consumer that will call methods on- DashPackage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
hlsPackageSets the value of the HlsPackage property for this object.- Parameters:
- hlsPackage- The new value for the HlsPackage property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
hlsPackagedefault CreatePackagingConfigurationRequest.Builder hlsPackage(Consumer<HlsPackage.Builder> hlsPackage) Sets the value of the HlsPackage property for this object. This is a convenience method that creates an instance of theHlsPackage.Builderavoiding the need to create one manually viaHlsPackage.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohlsPackage(HlsPackage).- Parameters:
- hlsPackage- a consumer that will call methods on- HlsPackage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
idThe ID of the PackagingConfiguration.- Parameters:
- id- The ID of the PackagingConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mssPackageSets the value of the MssPackage property for this object.- Parameters:
- mssPackage- The new value for the MssPackage property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mssPackagedefault CreatePackagingConfigurationRequest.Builder mssPackage(Consumer<MssPackage.Builder> mssPackage) Sets the value of the MssPackage property for this object. This is a convenience method that creates an instance of theMssPackage.Builderavoiding the need to create one manually viaMssPackage.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomssPackage(MssPackage).- Parameters:
- mssPackage- a consumer that will call methods on- MssPackage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
packagingGroupIdThe ID of a PackagingGroup.- Parameters:
- packagingGroupId- The ID of a PackagingGroup.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsSets the value of the Tags property for this object.- Parameters:
- tags- The new value for the Tags property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreatePackagingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreatePackagingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-