Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ServerSideEncryptionConfiguration.Builder
-
Packages that use ServerSideEncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ServerSideEncryptionConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ServerSideEncryptionConfiguration.Builder Modifier and Type Method Description static ServerSideEncryptionConfiguration.BuilderServerSideEncryptionConfiguration. builder()ServerSideEncryptionConfiguration.BuilderServerSideEncryptionConfiguration.Builder. kmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of the KMS key used to encrypt the resource.ServerSideEncryptionConfiguration.BuilderServerSideEncryptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ServerSideEncryptionConfiguration.Builder Modifier and Type Method Description static Class<? extends ServerSideEncryptionConfiguration.Builder>ServerSideEncryptionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ServerSideEncryptionConfiguration.Builder Modifier and Type Method Description default 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.
-