Interface SequenceStoreS3Access.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SequenceStoreS3Access.Builder,SequenceStoreS3Access>,SdkBuilder<SequenceStoreS3Access.Builder,SequenceStoreS3Access>,SdkPojo
- Enclosing class:
- SequenceStoreS3Access
public static interface SequenceStoreS3Access.Builder extends SdkPojo, CopyableBuilder<SequenceStoreS3Access.Builder,SequenceStoreS3Access>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SequenceStoreS3Access.BuilderaccessLogLocation(String accessLogLocation)Location of the access logs.SequenceStoreS3Access.Builders3AccessPointArn(String s3AccessPointArn)This is ARN of the access point associated with the S3 bucket storing read sets.SequenceStoreS3Access.Builders3Uri(String s3Uri)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 Detail
-
s3Uri
SequenceStoreS3Access.Builder s3Uri(String 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
SequenceStoreS3Access.Builder s3AccessPointArn(String 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
SequenceStoreS3Access.Builder accessLogLocation(String 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.
-
-