Interface SequenceStoreS3Access.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SequenceStoreS3Access.Builder,
,SequenceStoreS3Access> SdkBuilder<SequenceStoreS3Access.Builder,
,SequenceStoreS3Access> SdkPojo
- Enclosing class:
SequenceStoreS3Access
@Mutable
@NotThreadSafe
public static interface SequenceStoreS3Access.Builder
extends SdkPojo, CopyableBuilder<SequenceStoreS3Access.Builder,SequenceStoreS3Access>
-
Method Summary
Modifier and TypeMethodDescriptionaccessLogLocation
(String accessLogLocation) Location of the access logs.s3AccessPointArn
(String s3AccessPointArn) This is ARN of the access point associated with the S3 bucket storing read sets.The S3 URI of the sequence store.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 Details
-
s3Uri
The S3 URI of the sequence store.
- Parameters:
s3Uri
- The S3 URI of the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3AccessPointArn
This is ARN of the access point associated with the S3 bucket storing read sets.
- Parameters:
s3AccessPointArn
- This is ARN of the access point associated with the S3 bucket storing read sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessLogLocation
Location of the access logs.
- Parameters:
accessLogLocation
- Location of the access logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-