Uses of Interface
software.amazon.awssdk.services.nimble.model.StreamingImageEncryptionConfiguration.Builder
-
Packages that use StreamingImageEncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of StreamingImageEncryptionConfiguration.Builder in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StreamingImageEncryptionConfiguration.Builder Modifier and Type Method Description static StreamingImageEncryptionConfiguration.BuilderStreamingImageEncryptionConfiguration. builder()StreamingImageEncryptionConfiguration.BuilderStreamingImageEncryptionConfiguration.Builder. keyArn(String keyArn)The ARN for a KMS key that is used to encrypt studio data.StreamingImageEncryptionConfiguration.BuilderStreamingImageEncryptionConfiguration.Builder. keyType(String keyType)The type of KMS key that is used to encrypt studio data.StreamingImageEncryptionConfiguration.BuilderStreamingImageEncryptionConfiguration.Builder. keyType(StreamingImageEncryptionConfigurationKeyType keyType)The type of KMS key that is used to encrypt studio data.StreamingImageEncryptionConfiguration.BuilderStreamingImageEncryptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type StreamingImageEncryptionConfiguration.Builder Modifier and Type Method Description static Class<? extends StreamingImageEncryptionConfiguration.Builder>StreamingImageEncryptionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.nimble.model with type arguments of type StreamingImageEncryptionConfiguration.Builder Modifier and Type Method Description default StreamingImage.BuilderStreamingImage.Builder. encryptionConfiguration(Consumer<StreamingImageEncryptionConfiguration.Builder> encryptionConfiguration)The encryption configuration.
-