Interface DataAutomationLibraryIngestionJob.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataAutomationLibraryIngestionJob.Builder,,DataAutomationLibraryIngestionJob> SdkBuilder<DataAutomationLibraryIngestionJob.Builder,,DataAutomationLibraryIngestionJob> SdkPojo
- Enclosing class:
DataAutomationLibraryIngestionJob
-
Method Summary
Modifier and TypeMethodDescriptioncompletionTime(Instant completionTime) Timestamp when the DataAutomationLibraryIngestionJob was completedcreationTime(Instant creationTime) Timestamp when the DataAutomationLibraryIngestionJob was createdentityType(String entityType) The entity type associated with DataAutomationLibraryIngestionJobentityType(EntityType entityType) The entity type associated with DataAutomationLibraryIngestionJoberrorMessage(String errorMessage) Error messageError typeARN of the DataAutomationLibraryIngestionJobThe status of the DataAutomationLibraryIngestionJobjobStatus(LibraryIngestionJobStatus jobStatus) The status of the DataAutomationLibraryIngestionJoboperationType(String operationType) The operation associated with DataAutomationLibraryIngestionJoboperationType(LibraryIngestionJobOperationType operationType) The operation associated with DataAutomationLibraryIngestionJoboutputConfiguration(Consumer<OutputConfiguration.Builder> outputConfiguration) Output configuration of DataAutomationLibraryIngestionJoboutputConfiguration(OutputConfiguration outputConfiguration) Output configuration of DataAutomationLibraryIngestionJobMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
jobArn
ARN of the DataAutomationLibraryIngestionJob
- Parameters:
jobArn- ARN of the DataAutomationLibraryIngestionJob- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
Timestamp when the DataAutomationLibraryIngestionJob was created
- Parameters:
creationTime- Timestamp when the DataAutomationLibraryIngestionJob was created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityType
The entity type associated with DataAutomationLibraryIngestionJob
- Parameters:
entityType- The entity type associated with DataAutomationLibraryIngestionJob- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entityType
The entity type associated with DataAutomationLibraryIngestionJob
- Parameters:
entityType- The entity type associated with DataAutomationLibraryIngestionJob- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operationType
The operation associated with DataAutomationLibraryIngestionJob
- Parameters:
operationType- The operation associated with DataAutomationLibraryIngestionJob- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operationType
DataAutomationLibraryIngestionJob.Builder operationType(LibraryIngestionJobOperationType operationType) The operation associated with DataAutomationLibraryIngestionJob
- Parameters:
operationType- The operation associated with DataAutomationLibraryIngestionJob- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The status of the DataAutomationLibraryIngestionJob
- Parameters:
jobStatus- The status of the DataAutomationLibraryIngestionJob- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The status of the DataAutomationLibraryIngestionJob
- Parameters:
jobStatus- The status of the DataAutomationLibraryIngestionJob- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outputConfiguration
DataAutomationLibraryIngestionJob.Builder outputConfiguration(OutputConfiguration outputConfiguration) Output configuration of DataAutomationLibraryIngestionJob
- Parameters:
outputConfiguration- Output configuration of DataAutomationLibraryIngestionJob- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfiguration
default DataAutomationLibraryIngestionJob.Builder outputConfiguration(Consumer<OutputConfiguration.Builder> outputConfiguration) Output configuration of DataAutomationLibraryIngestionJob
This is a convenience method that creates an instance of theOutputConfiguration.Builderavoiding the need to create one manually viaOutputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputConfiguration(OutputConfiguration).- Parameters:
outputConfiguration- a consumer that will call methods onOutputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
completionTime
Timestamp when the DataAutomationLibraryIngestionJob was completed
- Parameters:
completionTime- Timestamp when the DataAutomationLibraryIngestionJob was completed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
Error message
- Parameters:
errorMessage- Error message- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorType
Error type
- Parameters:
errorType- Error type- Returns:
- Returns a reference to this object so that method calls can be chained together.
-