Class S3StorageOptions
- java.lang.Object
-
- software.amazon.awssdk.services.transfer.model.S3StorageOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3StorageOptions.Builder,S3StorageOptions>
@Generated("software.amazon.awssdk:codegen") public final class S3StorageOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3StorageOptions.Builder,S3StorageOptions>
The Amazon S3 storage options that are configured for your server.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3StorageOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3StorageOptions.Builderbuilder()DirectoryListingOptimizationdirectoryListingOptimization()Specifies whether or not performance for your Amazon S3 directories is optimized.StringdirectoryListingOptimizationAsString()Specifies whether or not performance for your Amazon S3 directories is optimized.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends S3StorageOptions.Builder>serializableBuilderClass()S3StorageOptions.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
-
directoryListingOptimization
public final DirectoryListingOptimization directoryListingOptimization()
Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by default.
By default, home directory mappings have a
TYPEofDIRECTORY. If you enable this option, you would then need to explicitly set theHomeDirectoryMapEntryTypetoFILEif you want a mapping to have a file target.If the service returns an enum value that is not available in the current SDK version,
directoryListingOptimizationwill returnDirectoryListingOptimization.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdirectoryListingOptimizationAsString().- Returns:
- Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by
default.
By default, home directory mappings have a
TYPEofDIRECTORY. If you enable this option, you would then need to explicitly set theHomeDirectoryMapEntryTypetoFILEif you want a mapping to have a file target. - See Also:
DirectoryListingOptimization
-
directoryListingOptimizationAsString
public final String directoryListingOptimizationAsString()
Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by default.
By default, home directory mappings have a
TYPEofDIRECTORY. If you enable this option, you would then need to explicitly set theHomeDirectoryMapEntryTypetoFILEif you want a mapping to have a file target.If the service returns an enum value that is not available in the current SDK version,
directoryListingOptimizationwill returnDirectoryListingOptimization.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdirectoryListingOptimizationAsString().- Returns:
- Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by
default.
By default, home directory mappings have a
TYPEofDIRECTORY. If you enable this option, you would then need to explicitly set theHomeDirectoryMapEntryTypetoFILEif you want a mapping to have a file target. - See Also:
DirectoryListingOptimization
-
toBuilder
public S3StorageOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3StorageOptions.Builder,S3StorageOptions>
-
builder
public static S3StorageOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3StorageOptions.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
-
-