Uses of Interface
software.amazon.awssdk.services.s3.model.AnnotationTableConfigurationResult.Builder
Packages that use AnnotationTableConfigurationResult.Builder
-
Uses of AnnotationTableConfigurationResult.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return AnnotationTableConfigurationResult.BuilderModifier and TypeMethodDescriptionAnnotationTableConfigurationResult.builder()AnnotationTableConfigurationResult.Builder.configurationState(String configurationState) The current configuration state of the annotation table.AnnotationTableConfigurationResult.Builder.configurationState(AnnotationConfigurationState configurationState) The current configuration state of the annotation table.AnnotationTableConfigurationResult.Builder.error(Consumer<ErrorDetails.Builder> error) Sets the value of the Error property for this object.AnnotationTableConfigurationResult.Builder.error(ErrorDetails error) Sets the value of the Error property for this object.The ARN of the IAM role associated with the annotation table.The ARN of the annotation table.The name of the annotation table.AnnotationTableConfigurationResult.Builder.tableStatus(String tableStatus) The provisioning status of the annotation table.AnnotationTableConfigurationResult.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type AnnotationTableConfigurationResult.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnnotationTableConfigurationResult.Builder>AnnotationTableConfigurationResult.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type AnnotationTableConfigurationResult.BuilderModifier and TypeMethodDescriptionMetadataConfigurationResult.Builder.annotationTableConfigurationResult(Consumer<AnnotationTableConfigurationResult.Builder> annotationTableConfigurationResult) The annotation table configuration result, if an annotation table is configured.