Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ServerSideEncryptionConfiguration.Builder
Packages that use ServerSideEncryptionConfiguration.Builder
-
Uses of ServerSideEncryptionConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ServerSideEncryptionConfiguration.BuilderModifier and TypeMethodDescriptionServerSideEncryptionConfiguration.builder()The Amazon Resource Name (ARN) of the KMS key used to encrypt the resource.ServerSideEncryptionConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ServerSideEncryptionConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ServerSideEncryptionConfiguration.Builder>ServerSideEncryptionConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ServerSideEncryptionConfiguration.BuilderModifier and TypeMethodDescriptiondefault CreateDataSourceRequest.BuilderCreateDataSourceRequest.Builder.serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration) Contains details about the server-side encryption for the data source.default DataSource.BuilderDataSource.Builder.serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration) Contains details about the configuration of the server-side encryption.default UpdateDataSourceRequest.BuilderUpdateDataSourceRequest.Builder.serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration) Contains details about server-side encryption of the data source.