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)Sets the value of the KmsKeyArn property for this object.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)Sets the value of the ServerSideEncryptionConfiguration property for this object.default DataSource.BuilderDataSource.Builder. serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration)Sets the value of the ServerSideEncryptionConfiguration property for this object.default UpdateDataSourceRequest.BuilderUpdateDataSourceRequest.Builder. serverSideEncryptionConfiguration(Consumer<ServerSideEncryptionConfiguration.Builder> serverSideEncryptionConfiguration)Sets the value of the ServerSideEncryptionConfiguration property for this object.
-