Interface ImportReadSetSourceItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImportReadSetSourceItem.Builder,ImportReadSetSourceItem>,SdkBuilder<ImportReadSetSourceItem.Builder,ImportReadSetSourceItem>,SdkPojo
- Enclosing class:
- ImportReadSetSourceItem
public static interface ImportReadSetSourceItem.Builder extends SdkPojo, CopyableBuilder<ImportReadSetSourceItem.Builder,ImportReadSetSourceItem>
-
-
Method Summary
-
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 Detail
-
sourceFiles
ImportReadSetSourceItem.Builder sourceFiles(SourceFiles sourceFiles)
The source files' location in Amazon S3.
- Parameters:
sourceFiles- The source files' location in Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceFiles
default ImportReadSetSourceItem.Builder sourceFiles(Consumer<SourceFiles.Builder> sourceFiles)
The source files' location in Amazon S3.
This is a convenience method that creates an instance of theSourceFiles.Builderavoiding the need to create one manually viaSourceFiles.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceFiles(SourceFiles).- Parameters:
sourceFiles- a consumer that will call methods onSourceFiles.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sourceFiles(SourceFiles)
-
sourceFileType
ImportReadSetSourceItem.Builder sourceFileType(String sourceFileType)
The source's file type.
-
sourceFileType
ImportReadSetSourceItem.Builder sourceFileType(FileType sourceFileType)
The source's file type.
-
status
ImportReadSetSourceItem.Builder status(String status)
The source's status.
- Parameters:
status- The source's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReadSetImportJobItemStatus,ReadSetImportJobItemStatus
-
status
ImportReadSetSourceItem.Builder status(ReadSetImportJobItemStatus status)
The source's status.
- Parameters:
status- The source's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReadSetImportJobItemStatus,ReadSetImportJobItemStatus
-
statusMessage
ImportReadSetSourceItem.Builder statusMessage(String statusMessage)
The source's status message.
- Parameters:
statusMessage- The source's status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subjectId
ImportReadSetSourceItem.Builder subjectId(String subjectId)
The source's subject ID.
- Parameters:
subjectId- The source's subject ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sampleId
ImportReadSetSourceItem.Builder sampleId(String sampleId)
The source's sample ID.
- Parameters:
sampleId- The source's sample ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generatedFrom
ImportReadSetSourceItem.Builder generatedFrom(String generatedFrom)
Where the source originated.
- Parameters:
generatedFrom- Where the source originated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
referenceArn
ImportReadSetSourceItem.Builder referenceArn(String referenceArn)
The source's genome reference ARN.
- Parameters:
referenceArn- The source's genome reference ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ImportReadSetSourceItem.Builder name(String name)
The source's name.
- Parameters:
name- The source's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
ImportReadSetSourceItem.Builder description(String description)
The source's description.
- Parameters:
description- The source's description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
ImportReadSetSourceItem.Builder tags(Map<String,String> tags)
The source's tags.
- Parameters:
tags- The source's tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readSetId
ImportReadSetSourceItem.Builder readSetId(String readSetId)
The source's read set ID.
- Parameters:
readSetId- The source's read set ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-