public static interface CreateBulkImportJobRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<CreateBulkImportJobRequest.Builder,CreateBulkImportJobRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateBulkImportJobRequest.Builder |
errorReportLocation(Consumer<ErrorReportLocation.Builder> errorReportLocation)
The Amazon S3 destination where errors associated with the job creation request are saved.
|
CreateBulkImportJobRequest.Builder |
errorReportLocation(ErrorReportLocation errorReportLocation)
The Amazon S3 destination where errors associated with the job creation request are saved.
|
CreateBulkImportJobRequest.Builder |
files(Collection<File> files)
The files in the specified Amazon S3 bucket that contain your data.
|
CreateBulkImportJobRequest.Builder |
files(Consumer<File.Builder>... files)
The files in the specified Amazon S3 bucket that contain your data.
|
CreateBulkImportJobRequest.Builder |
files(File... files)
The files in the specified Amazon S3 bucket that contain your data.
|
default CreateBulkImportJobRequest.Builder |
jobConfiguration(Consumer<JobConfiguration.Builder> jobConfiguration)
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
|
CreateBulkImportJobRequest.Builder |
jobConfiguration(JobConfiguration jobConfiguration)
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
|
CreateBulkImportJobRequest.Builder |
jobName(String jobName)
The unique name that helps identify the job request.
|
CreateBulkImportJobRequest.Builder |
jobRoleArn(String jobRoleArn)
The ARN of the IAM
role that allows IoT SiteWise to read Amazon S3 data.
|
CreateBulkImportJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBulkImportJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBulkImportJobRequest.Builder jobName(String jobName)
The unique name that helps identify the job request.
jobName - The unique name that helps identify the job request.CreateBulkImportJobRequest.Builder jobRoleArn(String jobRoleArn)
The ARN of the IAM role that allows IoT SiteWise to read Amazon S3 data.
jobRoleArn - The ARN of
the IAM role that allows IoT SiteWise to read Amazon S3 data.CreateBulkImportJobRequest.Builder files(Collection<File> files)
The files in the specified Amazon S3 bucket that contain your data.
files - The files in the specified Amazon S3 bucket that contain your data.CreateBulkImportJobRequest.Builder files(File... files)
The files in the specified Amazon S3 bucket that contain your data.
files - The files in the specified Amazon S3 bucket that contain your data.CreateBulkImportJobRequest.Builder files(Consumer<File.Builder>... files)
The files in the specified Amazon S3 bucket that contain your data.
This is a convenience method that creates an instance of theFile.Builder avoiding the need to create one
manually via File.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #files(List.
files - a consumer that will call methods on
File.Builder#files(java.util.Collection) CreateBulkImportJobRequest.Builder errorReportLocation(ErrorReportLocation errorReportLocation)
The Amazon S3 destination where errors associated with the job creation request are saved.
errorReportLocation - The Amazon S3 destination where errors associated with the job creation request are saved.default CreateBulkImportJobRequest.Builder errorReportLocation(Consumer<ErrorReportLocation.Builder> errorReportLocation)
The Amazon S3 destination where errors associated with the job creation request are saved.
This is a convenience method that creates an instance of theErrorReportLocation.Builder avoiding the
need to create one manually via ErrorReportLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to errorReportLocation(ErrorReportLocation).
errorReportLocation - a consumer that will call methods on ErrorReportLocation.BuildererrorReportLocation(ErrorReportLocation)CreateBulkImportJobRequest.Builder jobConfiguration(JobConfiguration jobConfiguration)
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
jobConfiguration - Contains the configuration information of a job, such as the file format used to save data in Amazon
S3.default CreateBulkImportJobRequest.Builder jobConfiguration(Consumer<JobConfiguration.Builder> jobConfiguration)
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
This is a convenience method that creates an instance of theJobConfiguration.Builder avoiding the
need to create one manually via JobConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to jobConfiguration(JobConfiguration).
jobConfiguration - a consumer that will call methods on JobConfiguration.BuilderjobConfiguration(JobConfiguration)CreateBulkImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateBulkImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.