Uses of Class
software.amazon.lambda.powertools.parameters.ssm.SSMProviderBuilder
-
Uses of SSMProviderBuilder in software.amazon.lambda.powertools.parameters.ssm
Methods in software.amazon.lambda.powertools.parameters.ssm that return SSMProviderBuilderModifier and TypeMethodDescriptionstatic SSMProviderBuilderSSMProvider.builder()Create a builder that can be used to configure and create aSSMProvider.SSMProviderBuilder.withCacheManager(CacheManager cacheManager) Provide a CacheManager to theSSMProviderSSMProviderBuilder.withClient(software.amazon.awssdk.services.ssm.SsmClient client) Set customSsmClientto pass to theSSMProvider.SSMProviderBuilder.withTransformationManager(TransformationManager transformationManager) Provide a transformationManager to theSSMProvider