Uses of Interface
software.amazon.awssdk.services.s3.model.UpdateBucketMetadataInventoryTableConfigurationRequest.Builder
Packages that use UpdateBucketMetadataInventoryTableConfigurationRequest.Builder
-
Uses of UpdateBucketMetadataInventoryTableConfigurationRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type UpdateBucketMetadataInventoryTableConfigurationRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.updateBucketMetadataInventoryTableConfiguration(Consumer<UpdateBucketMetadataInventoryTableConfigurationRequest.Builder> updateBucketMetadataInventoryTableConfigurationRequest) Enables or disables a live inventory table for an S3 Metadata configuration on a general purpose bucket.S3Client.updateBucketMetadataInventoryTableConfiguration(Consumer<UpdateBucketMetadataInventoryTableConfigurationRequest.Builder> updateBucketMetadataInventoryTableConfigurationRequest) Enables or disables a live inventory table for an S3 Metadata configuration on a general purpose bucket. -
Uses of UpdateBucketMetadataInventoryTableConfigurationRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return UpdateBucketMetadataInventoryTableConfigurationRequest.BuilderModifier and TypeMethodDescriptionThe general purpose bucket that corresponds to the metadata configuration that you want to enable or disable an inventory table for.UpdateBucketMetadataInventoryTableConfigurationRequest.builder()UpdateBucketMetadataInventoryTableConfigurationRequest.Builder.checksumAlgorithm(String checksumAlgorithm) The checksum algorithm to use with your inventory table configuration.UpdateBucketMetadataInventoryTableConfigurationRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The checksum algorithm to use with your inventory table configuration.UpdateBucketMetadataInventoryTableConfigurationRequest.Builder.contentMD5(String contentMD5) TheContent-MD5header for the inventory table configuration.UpdateBucketMetadataInventoryTableConfigurationRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The expected owner of the general purpose bucket that corresponds to the metadata table configuration that you want to enable or disable an inventory table for.UpdateBucketMetadataInventoryTableConfigurationRequest.Builder.inventoryTableConfiguration(Consumer<InventoryTableConfigurationUpdates.Builder> inventoryTableConfiguration) The contents of your inventory table configuration.UpdateBucketMetadataInventoryTableConfigurationRequest.Builder.inventoryTableConfiguration(InventoryTableConfigurationUpdates inventoryTableConfiguration) The contents of your inventory table configuration.UpdateBucketMetadataInventoryTableConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateBucketMetadataInventoryTableConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateBucketMetadataInventoryTableConfigurationRequest.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type UpdateBucketMetadataInventoryTableConfigurationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateBucketMetadataInventoryTableConfigurationRequest.Builder>UpdateBucketMetadataInventoryTableConfigurationRequest.serializableBuilderClass()