Interface DataAutomationLibraryIngestionJobSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataAutomationLibraryIngestionJobSummary.Builder,,DataAutomationLibraryIngestionJobSummary> SdkBuilder<DataAutomationLibraryIngestionJobSummary.Builder,,DataAutomationLibraryIngestionJobSummary> SdkPojo
- Enclosing class:
DataAutomationLibraryIngestionJobSummary
@Mutable
@NotThreadSafe
public static interface DataAutomationLibraryIngestionJobSummary.Builder
extends SdkPojo, CopyableBuilder<DataAutomationLibraryIngestionJobSummary.Builder,DataAutomationLibraryIngestionJobSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncompletionTime(Instant completionTime) Sets the value of the CompletionTime property for this object.creationTime(Instant creationTime) Sets the value of the CreationTime property for this object.entityType(String entityType) Sets the value of the EntityType property for this object.entityType(EntityType entityType) Sets the value of the EntityType property for this object.Sets the value of the JobArn property for this object.Sets the value of the JobStatus property for this object.jobStatus(LibraryIngestionJobStatus jobStatus) Sets the value of the JobStatus property for this object.operationType(String operationType) Sets the value of the OperationType property for this object.operationType(LibraryIngestionJobOperationType operationType) Sets the value of the OperationType property for this object.Methods 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
Sets the value of the JobArn property for this object.- Parameters:
jobArn- The new value for the JobArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
Sets the value of the JobStatus property for this object.- Parameters:
jobStatus- The new value for the JobStatus property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
Sets the value of the JobStatus property for this object.- Parameters:
jobStatus- The new value for the JobStatus property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entityType
Sets the value of the EntityType property for this object.- Parameters:
entityType- The new value for the EntityType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entityType
Sets the value of the EntityType property for this object.- Parameters:
entityType- The new value for the EntityType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operationType
Sets the value of the OperationType property for this object.- Parameters:
operationType- The new value for the OperationType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operationType
DataAutomationLibraryIngestionJobSummary.Builder operationType(LibraryIngestionJobOperationType operationType) Sets the value of the OperationType property for this object.- Parameters:
operationType- The new value for the OperationType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
Sets the value of the CreationTime property for this object.- Parameters:
creationTime- The new value for the CreationTime property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completionTime
Sets the value of the CompletionTime property for this object.- Parameters:
completionTime- The new value for the CompletionTime property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-