Uses of Class
software.amazon.awssdk.regions.ServiceMetadataConfiguration.Builder
-
Packages that use ServiceMetadataConfiguration.Builder Package Description software.amazon.awssdk.regions -
-
Uses of ServiceMetadataConfiguration.Builder in software.amazon.awssdk.regions
Methods in software.amazon.awssdk.regions that return ServiceMetadataConfiguration.Builder Modifier and Type Method Description ServiceMetadataConfiguration.BuilderServiceMetadataConfiguration.Builder. advancedOptions(Map<ServiceMetadataAdvancedOption<?>,?> advancedOptions)Configure an advanced override option.static ServiceMetadataConfiguration.BuilderServiceMetadataConfiguration. builder()Create aServiceMetadataConfiguration.Builderthat can be used to createServiceMetadataConfigurationinstances.ServiceMetadataConfiguration.BuilderServiceMetadataConfiguration.Builder. profileFile(Supplier<ProfileFile> profileFile)Configure the profile file used by some services to calculate the endpoint from the region.ServiceMetadataConfiguration.BuilderServiceMetadataConfiguration.Builder. profileName(String profileName)Configure which profile in theprofileFile(Supplier)should be usedto calculate the endpoint from the region.<T> ServiceMetadataConfiguration.BuilderServiceMetadataConfiguration.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.Builder Modifier and Type Method Description default ServiceMetadataServiceMetadata. reconfigure(Consumer<ServiceMetadataConfiguration.Builder> consumer)Reconfigure this service metadata using the providedServiceMetadataConfiguration.
-