@Stability(value=Stable) public static final class CfnPackagingGroup.AuthorizationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPackagingGroup.AuthorizationProperty>
CfnPackagingGroup.AuthorizationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPackagingGroup.AuthorizationProperty |
build()
Builds the configured instance.
|
CfnPackagingGroup.AuthorizationProperty.Builder |
cdnIdentifierSecret(String cdnIdentifierSecret)
Sets the value of
CfnPackagingGroup.AuthorizationProperty.getCdnIdentifierSecret() |
CfnPackagingGroup.AuthorizationProperty.Builder |
secretsRoleArn(String secretsRoleArn)
Sets the value of
CfnPackagingGroup.AuthorizationProperty.getSecretsRoleArn() |
@Stability(value=Stable) public CfnPackagingGroup.AuthorizationProperty.Builder cdnIdentifierSecret(String cdnIdentifierSecret)
CfnPackagingGroup.AuthorizationProperty.getCdnIdentifierSecret()cdnIdentifierSecret - The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization. This parameter is required.this@Stability(value=Stable) public CfnPackagingGroup.AuthorizationProperty.Builder secretsRoleArn(String secretsRoleArn)
CfnPackagingGroup.AuthorizationProperty.getSecretsRoleArn()secretsRoleArn - The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager . This parameter is required.this@Stability(value=Stable) public CfnPackagingGroup.AuthorizationProperty build()
build in interface software.amazon.jsii.Builder<CfnPackagingGroup.AuthorizationProperty>CfnPackagingGroup.AuthorizationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.