Uses of Class
software.amazon.awssdk.regions.ServiceMetadataConfiguration.Builder
Packages that use ServiceMetadataConfiguration.Builder
-
Uses of ServiceMetadataConfiguration.Builder in software.amazon.awssdk.regions
Methods in software.amazon.awssdk.regions that return ServiceMetadataConfiguration.BuilderModifier and TypeMethodDescriptionServiceMetadataConfiguration.Builder.advancedOptions(Map<ServiceMetadataAdvancedOption<?>, ?> advancedOptions) Configure an advanced override option.ServiceMetadataConfiguration.builder()Create aServiceMetadataConfiguration.Builderthat can be used to createServiceMetadataConfigurationinstances.ServiceMetadataConfiguration.Builder.profileFile(Supplier<ProfileFile> profileFile) Configure the profile file used by some services to calculate the endpoint from the region.ServiceMetadataConfiguration.Builder.profileName(String profileName) Configure which profile in theprofileFile(Supplier)should be usedto calculate the endpoint from the region.ServiceMetadataConfiguration.Builder.putAdvancedOption(ServiceMetadataAdvancedOption<T> option, T value) Configure the map of advanced override options.Method parameters in software.amazon.awssdk.regions with type arguments of type ServiceMetadataConfiguration.BuilderModifier and TypeMethodDescriptiondefault ServiceMetadataServiceMetadata.reconfigure(Consumer<ServiceMetadataConfiguration.Builder> consumer) Reconfigure this service metadata using the providedServiceMetadataConfiguration.