Class AwsOptions.AwsUserCredentialsFactory

  • All Implemented Interfaces:
    org.apache.beam.sdk.options.DefaultValueFactory<software.amazon.awssdk.auth.credentials.AwsCredentialsProvider>
    Enclosing interface:
    AwsOptions

    public static class AwsOptions.AwsUserCredentialsFactory
    extends java.lang.Object
    implements org.apache.beam.sdk.options.DefaultValueFactory<software.amazon.awssdk.auth.credentials.AwsCredentialsProvider>
    Return DefaultCredentialsProvider as default provider.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      software.amazon.awssdk.auth.credentials.AwsCredentialsProvider create​(org.apache.beam.sdk.options.PipelineOptions options)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AwsUserCredentialsFactory

        public AwsUserCredentialsFactory()
    • Method Detail

      • create

        public software.amazon.awssdk.auth.credentials.AwsCredentialsProvider create​(org.apache.beam.sdk.options.PipelineOptions options)
        Specified by:
        create in interface org.apache.beam.sdk.options.DefaultValueFactory<software.amazon.awssdk.auth.credentials.AwsCredentialsProvider>