public static interface CreatePackagingConfigurationResponse.Builder extends MediaPackageVodResponse.Builder, SdkPojo, CopyableBuilder<CreatePackagingConfigurationResponse.Builder,CreatePackagingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreatePackagingConfigurationResponse.Builder |
arn(String arn)
The ARN of the PackagingConfiguration.
|
CreatePackagingConfigurationResponse.Builder |
cmafPackage(CmafPackage cmafPackage)
Sets the value of the CmafPackage property for this object.
|
default CreatePackagingConfigurationResponse.Builder |
cmafPackage(Consumer<CmafPackage.Builder> cmafPackage)
Sets the value of the CmafPackage property for this object.
|
default CreatePackagingConfigurationResponse.Builder |
dashPackage(Consumer<DashPackage.Builder> dashPackage)
Sets the value of the DashPackage property for this object.
|
CreatePackagingConfigurationResponse.Builder |
dashPackage(DashPackage dashPackage)
Sets the value of the DashPackage property for this object.
|
default CreatePackagingConfigurationResponse.Builder |
hlsPackage(Consumer<HlsPackage.Builder> hlsPackage)
Sets the value of the HlsPackage property for this object.
|
CreatePackagingConfigurationResponse.Builder |
hlsPackage(HlsPackage hlsPackage)
Sets the value of the HlsPackage property for this object.
|
CreatePackagingConfigurationResponse.Builder |
id(String id)
The ID of the PackagingConfiguration.
|
default CreatePackagingConfigurationResponse.Builder |
mssPackage(Consumer<MssPackage.Builder> mssPackage)
Sets the value of the MssPackage property for this object.
|
CreatePackagingConfigurationResponse.Builder |
mssPackage(MssPackage mssPackage)
Sets the value of the MssPackage property for this object.
|
CreatePackagingConfigurationResponse.Builder |
packagingGroupId(String packagingGroupId)
The ID of a PackagingGroup.
|
CreatePackagingConfigurationResponse.Builder |
tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePackagingConfigurationResponse.Builder arn(String arn)
arn - The ARN of the PackagingConfiguration.CreatePackagingConfigurationResponse.Builder cmafPackage(CmafPackage cmafPackage)
cmafPackage - The new value for the CmafPackage property for this object.default CreatePackagingConfigurationResponse.Builder cmafPackage(Consumer<CmafPackage.Builder> cmafPackage)
CmafPackage.Builder avoiding the need to
create one manually via CmafPackage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to cmafPackage(CmafPackage).
cmafPackage - a consumer that will call methods on CmafPackage.BuildercmafPackage(CmafPackage)CreatePackagingConfigurationResponse.Builder dashPackage(DashPackage dashPackage)
dashPackage - The new value for the DashPackage property for this object.default CreatePackagingConfigurationResponse.Builder dashPackage(Consumer<DashPackage.Builder> dashPackage)
DashPackage.Builder avoiding the need to
create one manually via DashPackage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dashPackage(DashPackage).
dashPackage - a consumer that will call methods on DashPackage.BuilderdashPackage(DashPackage)CreatePackagingConfigurationResponse.Builder hlsPackage(HlsPackage hlsPackage)
hlsPackage - The new value for the HlsPackage property for this object.default CreatePackagingConfigurationResponse.Builder hlsPackage(Consumer<HlsPackage.Builder> hlsPackage)
HlsPackage.Builder avoiding the need to
create one manually via HlsPackage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to hlsPackage(HlsPackage).
hlsPackage - a consumer that will call methods on HlsPackage.BuilderhlsPackage(HlsPackage)CreatePackagingConfigurationResponse.Builder id(String id)
id - The ID of the PackagingConfiguration.CreatePackagingConfigurationResponse.Builder mssPackage(MssPackage mssPackage)
mssPackage - The new value for the MssPackage property for this object.default CreatePackagingConfigurationResponse.Builder mssPackage(Consumer<MssPackage.Builder> mssPackage)
MssPackage.Builder avoiding the need to
create one manually via MssPackage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to mssPackage(MssPackage).
mssPackage - a consumer that will call methods on MssPackage.BuildermssPackage(MssPackage)CreatePackagingConfigurationResponse.Builder packagingGroupId(String packagingGroupId)
packagingGroupId - The ID of a PackagingGroup.CreatePackagingConfigurationResponse.Builder tags(Map<String,String> tags)
tags - The new value for the Tags property for this object.Copyright © 2023. All rights reserved.