Uses of Interface
software.amazon.awssdk.services.appflow.model.RegistrationOutput.Builder
-
Packages that use RegistrationOutput.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of RegistrationOutput.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return RegistrationOutput.Builder Modifier and Type Method Description static RegistrationOutput.BuilderRegistrationOutput. builder()RegistrationOutput.BuilderRegistrationOutput.Builder. message(String message)Explains the status of the registration attempt from Amazon AppFlow.RegistrationOutput.BuilderRegistrationOutput.Builder. result(String result)Indicates the number of resources that Amazon AppFlow created or updated.RegistrationOutput.BuilderRegistrationOutput.Builder. status(String status)Indicates the status of the registration attempt from Amazon AppFlow.RegistrationOutput.BuilderRegistrationOutput.Builder. status(ExecutionStatus status)Indicates the status of the registration attempt from Amazon AppFlow.RegistrationOutput.BuilderRegistrationOutput. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type RegistrationOutput.Builder Modifier and Type Method Description static Class<? extends RegistrationOutput.Builder>RegistrationOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type RegistrationOutput.Builder Modifier and Type Method Description default MetadataCatalogDetail.BuilderMetadataCatalogDetail.Builder. partitionRegistrationOutput(Consumer<RegistrationOutput.Builder> partitionRegistrationOutput)Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata catalog.default MetadataCatalogDetail.BuilderMetadataCatalogDetail.Builder. tableRegistrationOutput(Consumer<RegistrationOutput.Builder> tableRegistrationOutput)Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata catalog.
-