Uses of Interface
software.amazon.awssdk.services.appfabric.model.StartIngestionRequest.Builder
-
Packages that use StartIngestionRequest.Builder Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.software.amazon.awssdk.services.appfabric.model -
-
Uses of StartIngestionRequest.Builder in software.amazon.awssdk.services.appfabric
Method parameters in software.amazon.awssdk.services.appfabric with type arguments of type StartIngestionRequest.Builder Modifier and Type Method Description default CompletableFuture<StartIngestionResponse>AppFabricAsyncClient. startIngestion(Consumer<StartIngestionRequest.Builder> startIngestionRequest)Starts (enables) an ingestion, which collects data from an application.default StartIngestionResponseAppFabricClient. startIngestion(Consumer<StartIngestionRequest.Builder> startIngestionRequest)Starts (enables) an ingestion, which collects data from an application. -
Uses of StartIngestionRequest.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return StartIngestionRequest.Builder Modifier and Type Method Description StartIngestionRequest.BuilderStartIngestionRequest.Builder. appBundleIdentifier(String appBundleIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.static StartIngestionRequest.BuilderStartIngestionRequest. builder()StartIngestionRequest.BuilderStartIngestionRequest.Builder. ingestionIdentifier(String ingestionIdentifier)The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.StartIngestionRequest.BuilderStartIngestionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartIngestionRequest.BuilderStartIngestionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartIngestionRequest.BuilderStartIngestionRequest. toBuilder()Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type StartIngestionRequest.Builder Modifier and Type Method Description static Class<? extends StartIngestionRequest.Builder>StartIngestionRequest. serializableBuilderClass()
-