Interface SecretsManagerEncryptionKeyConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SecretsManagerEncryptionKeyConfiguration.Builder,,SecretsManagerEncryptionKeyConfiguration> SdkBuilder<SecretsManagerEncryptionKeyConfiguration.Builder,,SecretsManagerEncryptionKeyConfiguration> SdkPojo
- Enclosing class:
SecretsManagerEncryptionKeyConfiguration
@Mutable
@NotThreadSafe
public static interface SecretsManagerEncryptionKeyConfiguration.Builder
extends SdkPojo, CopyableBuilder<SecretsManagerEncryptionKeyConfiguration.Builder,SecretsManagerEncryptionKeyConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the IAM role assumed by MediaConnect to access the AWS Secrets Manager secret.The ARN of the AWS Secrets Manager secret used for transit encryption.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
secretArn
The ARN of the AWS Secrets Manager secret used for transit encryption.
- Parameters:
secretArn- The ARN of the AWS Secrets Manager secret used for transit encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The ARN of the IAM role assumed by MediaConnect to access the AWS Secrets Manager secret.
- Parameters:
roleArn- The ARN of the IAM role assumed by MediaConnect to access the AWS Secrets Manager secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-