Class SequenceStoreS3Access
- java.lang.Object
-
- software.amazon.awssdk.services.omics.model.SequenceStoreS3Access
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SequenceStoreS3Access.Builder,SequenceStoreS3Access>
@Generated("software.amazon.awssdk:codegen") public final class SequenceStoreS3Access extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SequenceStoreS3Access.Builder,SequenceStoreS3Access>
The S3 access metadata of the sequence store.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSequenceStoreS3Access.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccessLogLocation()Location of the access logs.static SequenceStoreS3Access.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3AccessPointArn()This is ARN of the access point associated with the S3 bucket storing read sets.Strings3Uri()The S3 URI of the sequence store.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SequenceStoreS3Access.Builder>serializableBuilderClass()SequenceStoreS3Access.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3Uri
public final String s3Uri()
The S3 URI of the sequence store.
- Returns:
- The S3 URI of the sequence store.
-
s3AccessPointArn
public final String s3AccessPointArn()
This is ARN of the access point associated with the S3 bucket storing read sets.
- Returns:
- This is ARN of the access point associated with the S3 bucket storing read sets.
-
accessLogLocation
public final String accessLogLocation()
Location of the access logs.
- Returns:
- Location of the access logs.
-
toBuilder
public SequenceStoreS3Access.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SequenceStoreS3Access.Builder,SequenceStoreS3Access>
-
builder
public static SequenceStoreS3Access.Builder builder()
-
serializableBuilderClass
public static Class<? extends SequenceStoreS3Access.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-