Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.IdMappingTableSchemaTypeProperties.Builder
-
Packages that use IdMappingTableSchemaTypeProperties.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of IdMappingTableSchemaTypeProperties.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return IdMappingTableSchemaTypeProperties.Builder Modifier and Type Method Description static IdMappingTableSchemaTypeProperties.BuilderIdMappingTableSchemaTypeProperties. builder()IdMappingTableSchemaTypeProperties.BuilderIdMappingTableSchemaTypeProperties.Builder. idMappingTableInputSource(Collection<IdMappingTableInputSource> idMappingTableInputSource)Defines which ID namespace associations are used to create the ID mapping table.IdMappingTableSchemaTypeProperties.BuilderIdMappingTableSchemaTypeProperties.Builder. idMappingTableInputSource(Consumer<IdMappingTableInputSource.Builder>... idMappingTableInputSource)Defines which ID namespace associations are used to create the ID mapping table.IdMappingTableSchemaTypeProperties.BuilderIdMappingTableSchemaTypeProperties.Builder. idMappingTableInputSource(IdMappingTableInputSource... idMappingTableInputSource)Defines which ID namespace associations are used to create the ID mapping table.IdMappingTableSchemaTypeProperties.BuilderIdMappingTableSchemaTypeProperties. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type IdMappingTableSchemaTypeProperties.Builder Modifier and Type Method Description static Class<? extends IdMappingTableSchemaTypeProperties.Builder>IdMappingTableSchemaTypeProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type IdMappingTableSchemaTypeProperties.Builder Modifier and Type Method Description static SchemaTypePropertiesSchemaTypeProperties. fromIdMappingTable(Consumer<IdMappingTableSchemaTypeProperties.Builder> idMappingTable)Create an instance of this class withSchemaTypeProperties.idMappingTable()initialized to the given value.default SchemaTypeProperties.BuilderSchemaTypeProperties.Builder. idMappingTable(Consumer<IdMappingTableSchemaTypeProperties.Builder> idMappingTable)The ID mapping table for the schema type properties.
-