Uses of Interface
software.amazon.awssdk.services.cloudtrail.model.StartEventDataStoreIngestionRequest.Builder
-
Packages that use StartEventDataStoreIngestionRequest.Builder Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.model -
-
Uses of StartEventDataStoreIngestionRequest.Builder in software.amazon.awssdk.services.cloudtrail
Method parameters in software.amazon.awssdk.services.cloudtrail with type arguments of type StartEventDataStoreIngestionRequest.Builder Modifier and Type Method Description default CompletableFuture<StartEventDataStoreIngestionResponse>CloudTrailAsyncClient. startEventDataStoreIngestion(Consumer<StartEventDataStoreIngestionRequest.Builder> startEventDataStoreIngestionRequest)Starts the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN.default StartEventDataStoreIngestionResponseCloudTrailClient. startEventDataStoreIngestion(Consumer<StartEventDataStoreIngestionRequest.Builder> startEventDataStoreIngestionRequest)Starts the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. -
Uses of StartEventDataStoreIngestionRequest.Builder in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return StartEventDataStoreIngestionRequest.Builder Modifier and Type Method Description static StartEventDataStoreIngestionRequest.BuilderStartEventDataStoreIngestionRequest. builder()StartEventDataStoreIngestionRequest.BuilderStartEventDataStoreIngestionRequest.Builder. eventDataStore(String eventDataStore)The ARN (or ID suffix of the ARN) of the event data store for which you want to start ingestion.StartEventDataStoreIngestionRequest.BuilderStartEventDataStoreIngestionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartEventDataStoreIngestionRequest.BuilderStartEventDataStoreIngestionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartEventDataStoreIngestionRequest.BuilderStartEventDataStoreIngestionRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type StartEventDataStoreIngestionRequest.Builder Modifier and Type Method Description static Class<? extends StartEventDataStoreIngestionRequest.Builder>StartEventDataStoreIngestionRequest. serializableBuilderClass()
-