Uses of Interface
software.amazon.awssdk.services.s3.model.AnnotationTableConfigurationUpdates.Builder
Packages that use AnnotationTableConfigurationUpdates.Builder
-
Uses of AnnotationTableConfigurationUpdates.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return AnnotationTableConfigurationUpdates.BuilderModifier and TypeMethodDescriptionAnnotationTableConfigurationUpdates.builder()AnnotationTableConfigurationUpdates.Builder.configurationState(String configurationState) The new configuration state to apply.AnnotationTableConfigurationUpdates.Builder.configurationState(AnnotationConfigurationState configurationState) The new configuration state to apply.AnnotationTableConfigurationUpdates.Builder.encryptionConfiguration(Consumer<MetadataTableEncryptionConfiguration.Builder> encryptionConfiguration) Sets the value of the EncryptionConfiguration property for this object.AnnotationTableConfigurationUpdates.Builder.encryptionConfiguration(MetadataTableEncryptionConfiguration encryptionConfiguration) Sets the value of the EncryptionConfiguration property for this object.The new IAM role ARN to apply.AnnotationTableConfigurationUpdates.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type AnnotationTableConfigurationUpdates.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnnotationTableConfigurationUpdates.Builder>AnnotationTableConfigurationUpdates.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type AnnotationTableConfigurationUpdates.BuilderModifier and TypeMethodDescriptionUpdateBucketMetadataAnnotationTableConfigurationRequest.Builder.annotationTableConfiguration(Consumer<AnnotationTableConfigurationUpdates.Builder> annotationTableConfiguration) The annotation table configuration updates to apply.