Interface StartEventDataStoreIngestionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudTrailRequest.Builder,CopyableBuilder<StartEventDataStoreIngestionRequest.Builder,StartEventDataStoreIngestionRequest>,SdkBuilder<StartEventDataStoreIngestionRequest.Builder,StartEventDataStoreIngestionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartEventDataStoreIngestionRequest
public static interface StartEventDataStoreIngestionRequest.Builder extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<StartEventDataStoreIngestionRequest.Builder,StartEventDataStoreIngestionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartEventDataStoreIngestionRequest.BuildereventDataStore(String eventDataStore)The ARN (or ID suffix of the ARN) of the event data store for which you want to start ingestion.StartEventDataStoreIngestionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartEventDataStoreIngestionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
eventDataStore
StartEventDataStoreIngestionRequest.Builder eventDataStore(String eventDataStore)
The ARN (or ID suffix of the ARN) of the event data store for which you want to start ingestion.
- Parameters:
eventDataStore- The ARN (or ID suffix of the ARN) of the event data store for which you want to start ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartEventDataStoreIngestionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartEventDataStoreIngestionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-