Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.UpdateIdMappingTableRequest.Builder
-
Packages that use UpdateIdMappingTableRequest.Builder Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.model -
-
Uses of UpdateIdMappingTableRequest.Builder in software.amazon.awssdk.services.cleanrooms
Method parameters in software.amazon.awssdk.services.cleanrooms with type arguments of type UpdateIdMappingTableRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateIdMappingTableResponse>CleanRoomsAsyncClient. updateIdMappingTable(Consumer<UpdateIdMappingTableRequest.Builder> updateIdMappingTableRequest)Provides the details that are necessary to update an ID mapping table.default UpdateIdMappingTableResponseCleanRoomsClient. updateIdMappingTable(Consumer<UpdateIdMappingTableRequest.Builder> updateIdMappingTableRequest)Provides the details that are necessary to update an ID mapping table. -
Uses of UpdateIdMappingTableRequest.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return UpdateIdMappingTableRequest.Builder Modifier and Type Method Description static UpdateIdMappingTableRequest.BuilderUpdateIdMappingTableRequest. builder()UpdateIdMappingTableRequest.BuilderUpdateIdMappingTableRequest.Builder. description(String description)A new description for the ID mapping table.UpdateIdMappingTableRequest.BuilderUpdateIdMappingTableRequest.Builder. idMappingTableIdentifier(String idMappingTableIdentifier)The unique identifier of the ID mapping table that you want to update.UpdateIdMappingTableRequest.BuilderUpdateIdMappingTableRequest.Builder. kmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.UpdateIdMappingTableRequest.BuilderUpdateIdMappingTableRequest.Builder. membershipIdentifier(String membershipIdentifier)The unique identifier of the membership that contains the ID mapping table that you want to update.UpdateIdMappingTableRequest.BuilderUpdateIdMappingTableRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateIdMappingTableRequest.BuilderUpdateIdMappingTableRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateIdMappingTableRequest.BuilderUpdateIdMappingTableRequest. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type UpdateIdMappingTableRequest.Builder Modifier and Type Method Description static Class<? extends UpdateIdMappingTableRequest.Builder>UpdateIdMappingTableRequest. serializableBuilderClass()
-