| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagevod.model |
| Modifier and Type | Method and Description |
|---|---|
PackagingGroup.Builder |
PackagingGroup.Builder.approximateAssetCount(Integer approximateAssetCount)
The approximate asset count of the PackagingGroup.
|
PackagingGroup.Builder |
PackagingGroup.Builder.arn(String arn)
The ARN of the PackagingGroup.
|
PackagingGroup.Builder |
PackagingGroup.Builder.authorization(Authorization authorization)
Sets the value of the Authorization property for this object.
|
default PackagingGroup.Builder |
PackagingGroup.Builder.authorization(Consumer<Authorization.Builder> authorization)
Sets the value of the Authorization property for this object.
|
static PackagingGroup.Builder |
PackagingGroup.builder() |
PackagingGroup.Builder |
PackagingGroup.Builder.createdAt(String createdAt)
The time the PackagingGroup was created.
|
PackagingGroup.Builder |
PackagingGroup.Builder.domainName(String domainName)
The fully qualified domain name for Assets in the PackagingGroup.
|
default PackagingGroup.Builder |
PackagingGroup.Builder.egressAccessLogs(Consumer<EgressAccessLogs.Builder> egressAccessLogs)
Sets the value of the EgressAccessLogs property for this object.
|
PackagingGroup.Builder |
PackagingGroup.Builder.egressAccessLogs(EgressAccessLogs egressAccessLogs)
Sets the value of the EgressAccessLogs property for this object.
|
PackagingGroup.Builder |
PackagingGroup.Builder.id(String id)
The ID of the PackagingGroup.
|
PackagingGroup.Builder |
PackagingGroup.Builder.tags(Map<String,String> tags)
Sets the value of the Tags property for this object.
|
PackagingGroup.Builder |
PackagingGroup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PackagingGroup.Builder> |
PackagingGroup.serializableBuilderClass() |
Copyright © 2023. All rights reserved.