Interface ExportJobProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportJobProperties.Builder,
,ExportJobProperties> SdkBuilder<ExportJobProperties.Builder,
,ExportJobProperties> SdkPojo
- Enclosing class:
ExportJobProperties
@Mutable
@NotThreadSafe
public static interface ExportJobProperties.Builder
extends SdkPojo, CopyableBuilder<ExportJobProperties.Builder,ExportJobProperties>
-
Method Summary
Modifier and TypeMethodDescriptiondataAccessRoleArn
(String dataAccessRoleArn) The Amazon Resource Name (ARN) used during the initiation of the export job.datastoreId
(String datastoreId) The data store identifier from which files are being exported.The time the export job completed.The export job identifier.The export job name.The export job status.The export job status.An explanation of any errors that might have occurred during the export job.default ExportJobProperties.Builder
outputDataConfig
(Consumer<OutputDataConfig.Builder> outputDataConfig) The output data configuration supplied when the export job was created.outputDataConfig
(OutputDataConfig outputDataConfig) The output data configuration supplied when the export job was created.submitTime
(Instant submitTime) The time the export job was initiated.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, sdkFieldNameToField, sdkFields
-
Method Details
-
jobId
The export job identifier.
- Parameters:
jobId
- The export job identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
The export job name.
- Parameters:
jobName
- The export job name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
The export job status.
- Parameters:
jobStatus
- The export job status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The export job status.
- Parameters:
jobStatus
- The export job status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
submitTime
The time the export job was initiated.
- Parameters:
submitTime
- The time the export job was initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The time the export job completed.
- Parameters:
endTime
- The time the export job completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datastoreId
The data store identifier from which files are being exported.
- Parameters:
datastoreId
- The data store identifier from which files are being exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputDataConfig
The output data configuration supplied when the export job was created.
- Parameters:
outputDataConfig
- The output data configuration supplied when the export job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputDataConfig
default ExportJobProperties.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig) The output data configuration supplied when the export job was created.
This is a convenience method that creates an instance of theOutputDataConfig.Builder
avoiding the need to create one manually viaOutputDataConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutputDataConfig(OutputDataConfig)
.- Parameters:
outputDataConfig
- a consumer that will call methods onOutputDataConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataAccessRoleArn
The Amazon Resource Name (ARN) used during the initiation of the export job.
- Parameters:
dataAccessRoleArn
- The Amazon Resource Name (ARN) used during the initiation of the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
An explanation of any errors that might have occurred during the export job.
- Parameters:
message
- An explanation of any errors that might have occurred during the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-