Package org.apereo.cas.aws
Class AmazonClientConfigurationBuilder
- java.lang.Object
-
- org.apereo.cas.aws.AmazonClientConfigurationBuilder
-
public class AmazonClientConfigurationBuilder extends java.lang.ObjectThis isAmazonClientConfigurationBuilder.- Since:
- 6.0.0
-
-
Constructor Summary
Constructors Constructor Description AmazonClientConfigurationBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static software.amazon.awssdk.awscore.client.builder.AwsSyncClientBuilderprepareClientBuilder(software.amazon.awssdk.awscore.client.builder.AwsSyncClientBuilder builder, software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, org.apereo.cas.configuration.model.support.aws.BaseAmazonWebServicesProperties props)Build client configuration.
-
-
-
Method Detail
-
prepareClientBuilder
public static software.amazon.awssdk.awscore.client.builder.AwsSyncClientBuilder prepareClientBuilder(software.amazon.awssdk.awscore.client.builder.AwsSyncClientBuilder builder, software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, org.apereo.cas.configuration.model.support.aws.BaseAmazonWebServicesProperties props)Build client configuration.- Parameters:
builder- the buildercredentialsProvider- the credentials providerprops- the props- Returns:
- the aws sync client builder
-
-