Interface ExportReadSetJobDetail.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ExportReadSetJobDetail.Builder,,- ExportReadSetJobDetail> - SdkBuilder<ExportReadSetJobDetail.Builder,,- ExportReadSetJobDetail> - SdkPojo
- Enclosing class:
- ExportReadSetJobDetail
@Mutable
@NotThreadSafe
public static interface ExportReadSetJobDetail.Builder
extends SdkPojo, CopyableBuilder<ExportReadSetJobDetail.Builder,ExportReadSetJobDetail> 
- 
Method SummaryModifier and TypeMethodDescriptioncompletionTime(Instant completionTime) When the job completed.creationTime(Instant creationTime) When the job was created.destination(String destination) The job's destination in Amazon S3.The job's ID.sequenceStoreId(String sequenceStoreId) The job's sequence store ID.The job's status.status(ReadSetExportJobStatus status) The job's status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe job's ID. - Parameters:
- id- The job's ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sequenceStoreIdThe job's sequence store ID. - Parameters:
- sequenceStoreId- The job's sequence store ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationThe job's destination in Amazon S3. - Parameters:
- destination- The job's destination in Amazon S3.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe job's status. - Parameters:
- status- The job's status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe job's status. - Parameters:
- status- The job's status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
creationTimeWhen the job was created. - Parameters:
- creationTime- When the job was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
completionTimeWhen the job completed. - Parameters:
- completionTime- When the job completed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-