Interface AwsCredentialsProviderConfig.ProfileCredentialsProviderConfig

Enclosing interface:
AwsCredentialsProviderConfig

public static interface AwsCredentialsProviderConfig.ProfileCredentialsProviderConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the profile that should be used by this credentials provider.
  • Method Details

    • profileName

      Optional<String> profileName()
      The name of the profile that should be used by this credentials provider.

      If not specified, the value in `AWS_PROFILE` environment variable or `aws.profile` system property is used and defaults to `default` name.