Interface CreateDatasetExportJobRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDatasetExportJobRequest.Builder,,CreateDatasetExportJobRequest> IoTSiteWiseRequest.Builder,SdkBuilder<CreateDatasetExportJobRequest.Builder,,CreateDatasetExportJobRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateDatasetExportJobRequest
@Mutable
@NotThreadSafe
public static interface CreateDatasetExportJobRequest.Builder
extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<CreateDatasetExportJobRequest.Builder,CreateDatasetExportJobRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.destinationS3Uri(String destinationS3Uri) The S3 URI where output clips will be written.errorReportLocation(Consumer<ExportErrorReportLocation.Builder> errorReportLocation) The location where the error report will be written on failure.errorReportLocation(ExportErrorReportLocation errorReportLocation) The location where the error report will be written on failure.input(Consumer<ProcessingInput.Builder> input) The processing input source.input(ProcessingInput input) The processing input source.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.workspaceName(String workspaceName) The name of the workspace in which to create the dataset export job.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
workspaceName
The name of the workspace in which to create the dataset export job.
- Parameters:
workspaceName- The name of the workspace in which to create the dataset export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. The AWS SDKs and CLI populate this automatically.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. The AWS SDKs and CLI populate this automatically.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationS3Uri
The S3 URI where output clips will be written.
- Parameters:
destinationS3Uri- The S3 URI where output clips will be written.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
input
The processing input source.
- Parameters:
input- The processing input source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
input
The processing input source.
This is a convenience method that creates an instance of theProcessingInput.Builderavoiding the need to create one manually viaProcessingInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinput(ProcessingInput).- Parameters:
input- a consumer that will call methods onProcessingInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorReportLocation
CreateDatasetExportJobRequest.Builder errorReportLocation(ExportErrorReportLocation errorReportLocation) The location where the error report will be written on failure.
- Parameters:
errorReportLocation- The location where the error report will be written on failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorReportLocation
default CreateDatasetExportJobRequest.Builder errorReportLocation(Consumer<ExportErrorReportLocation.Builder> errorReportLocation) The location where the error report will be written on failure.
This is a convenience method that creates an instance of theExportErrorReportLocation.Builderavoiding the need to create one manually viaExportErrorReportLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrorReportLocation(ExportErrorReportLocation).- Parameters:
errorReportLocation- a consumer that will call methods onExportErrorReportLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateDatasetExportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateDatasetExportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-