public static class AwsOptions.AwsUserCredentialsFactory extends java.lang.Object implements DefaultValueFactory<AWSCredentialsProvider>
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)
DefaultValueFactory
Default.InstanceFactory
.create
in interface DefaultValueFactory<AWSCredentialsProvider>
options
- The current pipeline options.