Interface StartDataIngestionJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartDataIngestionJobRequest.Builder,StartDataIngestionJobRequest>,LookoutEquipmentRequest.Builder,SdkBuilder<StartDataIngestionJobRequest.Builder,StartDataIngestionJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartDataIngestionJobRequest
public static interface StartDataIngestionJobRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<StartDataIngestionJobRequest.Builder,StartDataIngestionJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StartDataIngestionJobRequest.BuilderclientToken(String clientToken)A unique identifier for the request.StartDataIngestionJobRequest.BuilderdatasetName(String datasetName)The name of the dataset being used by the data ingestion job.default StartDataIngestionJobRequest.BuilderingestionInputConfiguration(Consumer<IngestionInputConfiguration.Builder> ingestionInputConfiguration)Specifies information for the input data for the data ingestion job, including dataset S3 location.StartDataIngestionJobRequest.BuilderingestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)Specifies information for the input data for the data ingestion job, including dataset S3 location.StartDataIngestionJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartDataIngestionJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartDataIngestionJobRequest.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentRequest.Builder
build
-
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
-
datasetName
StartDataIngestionJobRequest.Builder datasetName(String datasetName)
The name of the dataset being used by the data ingestion job.
- Parameters:
datasetName- The name of the dataset being used by the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionInputConfiguration
StartDataIngestionJobRequest.Builder ingestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies information for the input data for the data ingestion job, including dataset S3 location.
- Parameters:
ingestionInputConfiguration- Specifies information for the input data for the data ingestion job, including dataset S3 location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionInputConfiguration
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.Builderavoiding the need to create one manually viaIngestionInputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toingestionInputConfiguration(IngestionInputConfiguration).- Parameters:
ingestionInputConfiguration- a consumer that will call methods onIngestionInputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ingestionInputConfiguration(IngestionInputConfiguration)
-
roleArn
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.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
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.
- Parameters:
clientToken- A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartDataIngestionJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartDataIngestionJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-