Interface SsmClientCustomizer

All Superinterfaces:
AwsClientCustomizer<software.amazon.awssdk.services.ssm.SsmClientBuilder>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SsmClientCustomizer extends AwsClientCustomizer<software.amazon.awssdk.services.ssm.SsmClientBuilder>
Callback interface that can be used to customize a SsmClientBuilder.
Since:
3.3.0
Author:
Maciej Walkowiak