public static class AwsOptions.AwsUserCredentialsFactory extends java.lang.Object implements DefaultValueFactory<AwsCredentialsProvider>
DefaultCredentialsProvider as default provider.| Constructor and Description | 
|---|
AwsUserCredentialsFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
AwsCredentialsProvider | 
create(PipelineOptions options)
Creates a default value for a getter marked with  
Default.InstanceFactory. | 
public AwsCredentialsProvider create(PipelineOptions options)
DefaultValueFactoryDefault.InstanceFactory.create in interface DefaultValueFactory<AwsCredentialsProvider>options - The current pipeline options.