| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagevod.model |
| Modifier and Type | Method and Description |
|---|---|
CreatePackagingConfigurationResponse.Builder |
CreatePackagingConfigurationResponse.Builder.arn(String arn)
The ARN of the PackagingConfiguration.
|
static CreatePackagingConfigurationResponse.Builder |
CreatePackagingConfigurationResponse.builder() |
CreatePackagingConfigurationResponse.Builder |
CreatePackagingConfigurationResponse.Builder.cmafPackage(CmafPackage cmafPackage)
Sets the value of the CmafPackage property for this object.
|
default CreatePackagingConfigurationResponse.Builder |
CreatePackagingConfigurationResponse.Builder.cmafPackage(Consumer<CmafPackage.Builder> cmafPackage)
Sets the value of the CmafPackage property for this object.
|
default CreatePackagingConfigurationResponse.Builder |
CreatePackagingConfigurationResponse.Builder.dashPackage(Consumer<DashPackage.Builder> dashPackage)
Sets the value of the DashPackage property for this object.
|
CreatePackagingConfigurationResponse.Builder |
CreatePackagingConfigurationResponse.Builder.dashPackage(DashPackage dashPackage)
Sets the value of the DashPackage property for this object.
|
default CreatePackagingConfigurationResponse.Builder |
CreatePackagingConfigurationResponse.Builder.hlsPackage(Consumer<HlsPackage.Builder> hlsPackage)
Sets the value of the HlsPackage property for this object.
|
CreatePackagingConfigurationResponse.Builder |
CreatePackagingConfigurationResponse.Builder.hlsPackage(HlsPackage hlsPackage)
Sets the value of the HlsPackage property for this object.
|
CreatePackagingConfigurationResponse.Builder |
CreatePackagingConfigurationResponse.Builder.id(String id)
The ID of the PackagingConfiguration.
|
default CreatePackagingConfigurationResponse.Builder |
CreatePackagingConfigurationResponse.Builder.mssPackage(Consumer<MssPackage.Builder> mssPackage)
Sets the value of the MssPackage property for this object.
|
CreatePackagingConfigurationResponse.Builder |
CreatePackagingConfigurationResponse.Builder.mssPackage(MssPackage mssPackage)
Sets the value of the MssPackage property for this object.
|
CreatePackagingConfigurationResponse.Builder |
CreatePackagingConfigurationResponse.Builder.packagingGroupId(String packagingGroupId)
The ID of a PackagingGroup.
|
CreatePackagingConfigurationResponse.Builder |
CreatePackagingConfigurationResponse.Builder.tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
CreatePackagingConfigurationResponse.Builder |
CreatePackagingConfigurationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreatePackagingConfigurationResponse.Builder> |
CreatePackagingConfigurationResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.