Uses of Interface
software.amazon.awssdk.services.s3.model.AnnotationTableConfiguration.Builder
Packages that use AnnotationTableConfiguration.Builder
-
Uses of AnnotationTableConfiguration.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return AnnotationTableConfiguration.BuilderModifier and TypeMethodDescriptionAnnotationTableConfiguration.builder()AnnotationTableConfiguration.Builder.configurationState(String configurationState) The state of the annotation table.AnnotationTableConfiguration.Builder.configurationState(AnnotationConfigurationState configurationState) The state of the annotation table.AnnotationTableConfiguration.Builder.encryptionConfiguration(Consumer<MetadataTableEncryptionConfiguration.Builder> encryptionConfiguration) Sets the value of the EncryptionConfiguration property for this object.AnnotationTableConfiguration.Builder.encryptionConfiguration(MetadataTableEncryptionConfiguration encryptionConfiguration) Sets the value of the EncryptionConfiguration property for this object.The ARN of the IAM role used to manage the annotation table.AnnotationTableConfiguration.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type AnnotationTableConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnnotationTableConfiguration.Builder>AnnotationTableConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type AnnotationTableConfiguration.BuilderModifier and TypeMethodDescriptiondefault MetadataConfiguration.BuilderMetadataConfiguration.Builder.annotationTableConfiguration(Consumer<AnnotationTableConfiguration.Builder> annotationTableConfiguration) Optional annotation table configuration to include with the metadata configuration.