@Stability(value=Stable) public static final class CfnPackagingConfiguration.SpekeKeyProviderProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPackagingConfiguration.SpekeKeyProviderProperty>
CfnPackagingConfiguration.SpekeKeyProviderProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPackagingConfiguration.SpekeKeyProviderProperty |
build()
Builds the configured instance.
|
CfnPackagingConfiguration.SpekeKeyProviderProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnPackagingConfiguration.SpekeKeyProviderProperty.getRoleArn() |
CfnPackagingConfiguration.SpekeKeyProviderProperty.Builder |
systemIds(List<String> systemIds)
Sets the value of
CfnPackagingConfiguration.SpekeKeyProviderProperty.getSystemIds() |
CfnPackagingConfiguration.SpekeKeyProviderProperty.Builder |
url(String url)
Sets the value of
CfnPackagingConfiguration.SpekeKeyProviderProperty.getUrl() |
@Stability(value=Stable) public CfnPackagingConfiguration.SpekeKeyProviderProperty.Builder roleArn(String roleArn)
CfnPackagingConfiguration.SpekeKeyProviderProperty.getRoleArn()roleArn - The ARN for the IAM role that's granted by the key provider to provide access to the key provider API. This parameter is required.
Valid format: arn:aws:iam::{accountID}:role/{name}this@Stability(value=Stable) public CfnPackagingConfiguration.SpekeKeyProviderProperty.Builder systemIds(List<String> systemIds)
CfnPackagingConfiguration.SpekeKeyProviderProperty.getSystemIds()systemIds - List of unique identifiers for the DRM systems to use, as defined in the CPIX specification. This parameter is required.this@Stability(value=Stable) public CfnPackagingConfiguration.SpekeKeyProviderProperty.Builder url(String url)
CfnPackagingConfiguration.SpekeKeyProviderProperty.getUrl()url - URL for the key provider's key retrieval API endpoint. This parameter is required.
Must start with https://.this@Stability(value=Stable) public CfnPackagingConfiguration.SpekeKeyProviderProperty build()
build in interface software.amazon.jsii.Builder<CfnPackagingConfiguration.SpekeKeyProviderProperty>CfnPackagingConfiguration.SpekeKeyProviderPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.