Uses of Interface
software.amazon.awssdk.services.entityresolution.model.IntermediateSourceConfiguration.Builder
-
Packages that use IntermediateSourceConfiguration.Builder Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of IntermediateSourceConfiguration.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return IntermediateSourceConfiguration.Builder Modifier and Type Method Description static IntermediateSourceConfiguration.BuilderIntermediateSourceConfiguration. builder()IntermediateSourceConfiguration.BuilderIntermediateSourceConfiguration.Builder. intermediateS3Path(String intermediateS3Path)The Amazon S3 location (bucket and prefix).IntermediateSourceConfiguration.BuilderIntermediateSourceConfiguration. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type IntermediateSourceConfiguration.Builder Modifier and Type Method Description static Class<? extends IntermediateSourceConfiguration.Builder>IntermediateSourceConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type IntermediateSourceConfiguration.Builder Modifier and Type Method Description default ProviderProperties.BuilderProviderProperties.Builder. intermediateSourceConfiguration(Consumer<IntermediateSourceConfiguration.Builder> intermediateSourceConfiguration)The Amazon S3 location that temporarily stores your data while it processes.
-