Interface GetReferenceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetReferenceRequest.Builder,
,GetReferenceRequest> OmicsRequest.Builder
,SdkBuilder<GetReferenceRequest.Builder,
,GetReferenceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetReferenceRequest
@Mutable
@NotThreadSafe
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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.omics.model.OmicsRequest.Builder
build
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 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-