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