Class ProfileProviderCredentialsContext
- java.lang.Object
-
- software.amazon.awssdk.auth.credentials.ProfileProviderCredentialsContext
-
@SdkProtectedApi public final class ProfileProviderCredentialsContext extends Object
Context class that defines the required properties for creation of a Credentials provider.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProfileProviderCredentialsContext.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProfileProviderCredentialsContext.Builderbuilder()booleanequals(Object o)inthashCode()Profileprofile()Getter method for profile.ProfileFileprofileFile()Getter for profileFile.StringsourceChain()An optional string list ofBusinessMetricFeatureIddenoting previous credentials providers that are chained with this one.
-
-
-
Method Detail
-
builder
public static ProfileProviderCredentialsContext.Builder builder()
-
profile
public Profile profile()
Getter method for profile.- Returns:
- The profile that should be used to load the configuration necessary to create the credential provider.
-
profileFile
public ProfileFile profileFile()
Getter for profileFile.- Returns:
- ProfileFile that has the profile which is used to create the credential provider.
-
sourceChain
public String sourceChain()
An optional string list ofBusinessMetricFeatureIddenoting previous credentials providers that are chained with this one.
-
-