Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.IdMappingTableInputSource.Builder
-
Packages that use IdMappingTableInputSource.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of IdMappingTableInputSource.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return IdMappingTableInputSource.Builder Modifier and Type Method Description static IdMappingTableInputSource.BuilderIdMappingTableInputSource. builder()IdMappingTableInputSource.BuilderIdMappingTableInputSource.Builder. idNamespaceAssociationId(String idNamespaceAssociationId)The unique identifier of the ID namespace association.IdMappingTableInputSource.BuilderIdMappingTableInputSource. toBuilder()IdMappingTableInputSource.BuilderIdMappingTableInputSource.Builder. type(String type)The type of the input source of the ID mapping table.IdMappingTableInputSource.BuilderIdMappingTableInputSource.Builder. type(IdNamespaceType type)The type of the input source of the ID mapping table.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type IdMappingTableInputSource.Builder Modifier and Type Method Description static Class<? extends IdMappingTableInputSource.Builder>IdMappingTableInputSource. serializableBuilderClass()
-