Interface GetReferenceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetReferenceRequest.Builder,,GetReferenceRequest> OmicsRequest.Builder,SdkBuilder<GetReferenceRequest.Builder,,GetReferenceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetReferenceRequest
public static interface GetReferenceRequest.Builder
extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<GetReferenceRequest.Builder,GetReferenceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe file to retrieve.file(ReferenceFile file) The file to retrieve.The reference's ID.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.partNumber(Integer partNumber) The part number to retrieve.The range to retrieve.referenceStoreId(String referenceStoreId) The reference's store ID.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.omics.model.OmicsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
The reference's ID.
- Parameters:
id- The reference's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
referenceStoreId
The reference's store ID.
- Parameters:
referenceStoreId- The reference's store ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
range
The range to retrieve.
- Parameters:
range- The range to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partNumber
The part number to retrieve.
- Parameters:
partNumber- The part number to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
file
The file to retrieve.
- Parameters:
file- The file to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
file
The file to retrieve.
- Parameters:
file- The file to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetReferenceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetReferenceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-