Interface S3StorageOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3StorageOptions.Builder,
,S3StorageOptions> SdkBuilder<S3StorageOptions.Builder,
,S3StorageOptions> SdkPojo
- Enclosing class:
S3StorageOptions
-
Method Summary
Modifier and TypeMethodDescriptiondirectoryListingOptimization
(String directoryListingOptimization) Specifies whether or not performance for your Amazon S3 directories is optimized.directoryListingOptimization
(DirectoryListingOptimization directoryListingOptimization) Specifies whether or not performance for your Amazon S3 directories is optimized.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
-
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
TYPE
ofDIRECTORY
. If you enable this option, you would then need to explicitly set theHomeDirectoryMapEntry
Type
toFILE
if you want a mapping to have a file target.- Parameters:
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
TYPE
ofDIRECTORY
. If you enable this option, you would then need to explicitly set theHomeDirectoryMapEntry
Type
toFILE
if you want a mapping to have a file target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
directoryListingOptimization
S3StorageOptions.Builder directoryListingOptimization(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
TYPE
ofDIRECTORY
. If you enable this option, you would then need to explicitly set theHomeDirectoryMapEntry
Type
toFILE
if you want a mapping to have a file target.- Parameters:
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
TYPE
ofDIRECTORY
. If you enable this option, you would then need to explicitly set theHomeDirectoryMapEntry
Type
toFILE
if you want a mapping to have a file target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-