Interface CreatePackagingConfigurationRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreatePackagingConfigurationRequest.Builder,,CreatePackagingConfigurationRequest> MediaPackageVodRequest.Builder,SdkBuilder<CreatePackagingConfigurationRequest.Builder,,CreatePackagingConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreatePackagingConfigurationRequest
public static interface CreatePackagingConfigurationRequest.Builder
extends MediaPackageVodRequest.Builder, SdkPojo, CopyableBuilder<CreatePackagingConfigurationRequest.Builder,CreatePackagingConfigurationRequest> 
- 
Method Summary
Modifier 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.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediapackagevod.model.MediaPackageVodRequest.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
- 
cmafPackage
Sets 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.
 
 - 
cmafPackage
default 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 onCmafPackage.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
dashPackage
Sets 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.
 
 - 
dashPackage
default 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 onDashPackage.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
hlsPackage
Sets 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.
 
 - 
hlsPackage
default 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 onHlsPackage.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
id
The 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.
 
 - 
mssPackage
Sets 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.
 
 - 
mssPackage
default 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 onMssPackage.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
packagingGroupId
The 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.
 
 - 
tags
Sets 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.
 
 - 
overrideConfiguration
CreatePackagingConfigurationRequest.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
CreatePackagingConfigurationRequest.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.
 
 
 -