Interface MediaConnectRouterOutputDestinationSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MediaConnectRouterOutputDestinationSettings.Builder,,MediaConnectRouterOutputDestinationSettings> SdkBuilder<MediaConnectRouterOutputDestinationSettings.Builder,,MediaConnectRouterOutputDestinationSettings> SdkPojo
- Enclosing class:
MediaConnectRouterOutputDestinationSettings
@Mutable
@NotThreadSafe
public static interface MediaConnectRouterOutputDestinationSettings.Builder
extends SdkPojo, CopyableBuilder<MediaConnectRouterOutputDestinationSettings.Builder,MediaConnectRouterOutputDestinationSettings>
-
Method Summary
Modifier and TypeMethodDescriptionencryptionType(String encryptionType) Encryption configuration for MediaConnect router.encryptionType(MediaConnectRouterOutputEncryptionType encryptionType) Encryption configuration for MediaConnect router.ARN of the secret used to encrypt this input.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
-
encryptionType
Encryption configuration for MediaConnect router. When using SECRETS_MANAGER encryption, you must provide the ARN of the secret used to encrypt data in transit. When using AUTOMATIC encryption, a service-managed secret will be used instead.- Parameters:
encryptionType- Encryption configuration for MediaConnect router. When using SECRETS_MANAGER encryption, you must provide the ARN of the secret used to encrypt data in transit. When using AUTOMATIC encryption, a service-managed secret will be used instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionType
MediaConnectRouterOutputDestinationSettings.Builder encryptionType(MediaConnectRouterOutputEncryptionType encryptionType) Encryption configuration for MediaConnect router. When using SECRETS_MANAGER encryption, you must provide the ARN of the secret used to encrypt data in transit. When using AUTOMATIC encryption, a service-managed secret will be used instead.- Parameters:
encryptionType- Encryption configuration for MediaConnect router. When using SECRETS_MANAGER encryption, you must provide the ARN of the secret used to encrypt data in transit. When using AUTOMATIC encryption, a service-managed secret will be used instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
secretArn
ARN of the secret used to encrypt this input. Used only with the SECRETS_MANAGER encryption type.- Parameters:
secretArn- ARN of the secret used to encrypt this input. Used only with the SECRETS_MANAGER encryption type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-