public static interface StartDataIngestionJobRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<StartDataIngestionJobRequest.Builder,StartDataIngestionJobRequest>
| Modifier and Type | Method and Description |
|---|---|
StartDataIngestionJobRequest.Builder |
clientToken(String clientToken)
A unique identifier for the request.
|
StartDataIngestionJobRequest.Builder |
datasetName(String datasetName)
The name of the dataset being used by the data ingestion job.
|
default StartDataIngestionJobRequest.Builder |
ingestionInputConfiguration(Consumer<IngestionInputConfiguration.Builder> ingestionInputConfiguration)
Specifies information for the input data for the data ingestion job, including dataset S3 location.
|
StartDataIngestionJobRequest.Builder |
ingestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies information for the input data for the data ingestion job, including dataset S3 location.
|
StartDataIngestionJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartDataIngestionJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartDataIngestionJobRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion
job.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDataIngestionJobRequest.Builder datasetName(String datasetName)
The name of the dataset being used by the data ingestion job.
datasetName - The name of the dataset being used by the data ingestion job.StartDataIngestionJobRequest.Builder ingestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies information for the input data for the data ingestion job, including dataset S3 location.
ingestionInputConfiguration - Specifies information for the input data for the data ingestion job, including dataset S3 location.default StartDataIngestionJobRequest.Builder ingestionInputConfiguration(Consumer<IngestionInputConfiguration.Builder> ingestionInputConfiguration)
Specifies information for the input data for the data ingestion job, including dataset S3 location.
This is a convenience method that creates an instance of theIngestionInputConfiguration.Builder
avoiding the need to create one manually via IngestionInputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to ingestionInputConfiguration(IngestionInputConfiguration).
ingestionInputConfiguration - a consumer that will call methods on IngestionInputConfiguration.BuilderingestionInputConfiguration(IngestionInputConfiguration)StartDataIngestionJobRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job.
roleArn - The Amazon Resource Name (ARN) of a role with permission to access the data source for the data
ingestion job.StartDataIngestionJobRequest.Builder clientToken(String clientToken)
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
clientToken - A unique identifier for the request. If you do not set the client request token, Amazon Lookout for
Equipment generates one.StartDataIngestionJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartDataIngestionJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.