Interface StudioEncryptionConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StudioEncryptionConfiguration.Builder,StudioEncryptionConfiguration>,SdkBuilder<StudioEncryptionConfiguration.Builder,StudioEncryptionConfiguration>,SdkPojo
- Enclosing class:
- StudioEncryptionConfiguration
public static interface StudioEncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<StudioEncryptionConfiguration.Builder,StudioEncryptionConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StudioEncryptionConfiguration.BuilderkeyArn(String keyArn)The ARN for a KMS key that is used to encrypt studio data.StudioEncryptionConfiguration.BuilderkeyType(String keyType)The type of KMS key that is used to encrypt studio data.StudioEncryptionConfiguration.BuilderkeyType(StudioEncryptionConfigurationKeyType keyType)The type of KMS key that is used to encrypt studio data.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
keyArn
StudioEncryptionConfiguration.Builder keyArn(String keyArn)
The ARN for a KMS key that is used to encrypt studio data.
- Parameters:
keyArn- The ARN for a KMS key that is used to encrypt studio data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyType
StudioEncryptionConfiguration.Builder keyType(String keyType)
The type of KMS key that is used to encrypt studio data.
- Parameters:
keyType- The type of KMS key that is used to encrypt studio data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StudioEncryptionConfigurationKeyType,StudioEncryptionConfigurationKeyType
-
keyType
StudioEncryptionConfiguration.Builder keyType(StudioEncryptionConfigurationKeyType keyType)
The type of KMS key that is used to encrypt studio data.
- Parameters:
keyType- The type of KMS key that is used to encrypt studio data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StudioEncryptionConfigurationKeyType,StudioEncryptionConfigurationKeyType
-
-