| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagevod.model |
| Modifier and Type | Method and Description |
|---|---|
static Authorization.Builder |
Authorization.builder() |
Authorization.Builder |
Authorization.Builder.cdnIdentifierSecret(String cdnIdentifierSecret)
The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.
|
Authorization.Builder |
Authorization.Builder.secretsRoleArn(String secretsRoleArn)
The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets
Manager.
|
Authorization.Builder |
Authorization.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Authorization.Builder> |
Authorization.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreatePackagingGroupRequest.Builder |
CreatePackagingGroupRequest.Builder.authorization(Consumer<Authorization.Builder> authorization)
Sets the value of the Authorization property for this object.
|
default UpdatePackagingGroupRequest.Builder |
UpdatePackagingGroupRequest.Builder.authorization(Consumer<Authorization.Builder> authorization)
Sets the value of the Authorization property for this object.
|
default UpdatePackagingGroupResponse.Builder |
UpdatePackagingGroupResponse.Builder.authorization(Consumer<Authorization.Builder> 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.
|
default DescribePackagingGroupResponse.Builder |
DescribePackagingGroupResponse.Builder.authorization(Consumer<Authorization.Builder> authorization)
Sets the value of the Authorization property for this object.
|
default ConfigureLogsResponse.Builder |
ConfigureLogsResponse.Builder.authorization(Consumer<Authorization.Builder> authorization)
Sets the value of the Authorization property for this object.
|
default CreatePackagingGroupResponse.Builder |
CreatePackagingGroupResponse.Builder.authorization(Consumer<Authorization.Builder> authorization)
Sets the value of the Authorization property for this object.
|
Copyright © 2023. All rights reserved.