Uses of Interface
software.amazon.awssdk.services.fsx.model.AutoImportPolicy.Builder
-
Packages that use AutoImportPolicy.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of AutoImportPolicy.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return AutoImportPolicy.Builder Modifier and Type Method Description static AutoImportPolicy.BuilderAutoImportPolicy. builder()AutoImportPolicy.BuilderAutoImportPolicy.Builder. events(Collection<EventType> events)TheAutoImportPolicycan have the following event values:AutoImportPolicy.BuilderAutoImportPolicy.Builder. events(EventType... events)TheAutoImportPolicycan have the following event values:AutoImportPolicy.BuilderAutoImportPolicy.Builder. eventsWithStrings(String... events)TheAutoImportPolicycan have the following event values:AutoImportPolicy.BuilderAutoImportPolicy.Builder. eventsWithStrings(Collection<String> events)TheAutoImportPolicycan have the following event values:AutoImportPolicy.BuilderAutoImportPolicy. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type AutoImportPolicy.Builder Modifier and Type Method Description static Class<? extends AutoImportPolicy.Builder>AutoImportPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type AutoImportPolicy.Builder Modifier and Type Method Description default S3DataRepositoryConfiguration.BuilderS3DataRepositoryConfiguration.Builder. autoImportPolicy(Consumer<AutoImportPolicy.Builder> autoImportPolicy)Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.
-