Class ProfileProviderCredentialsContext
java.lang.Object
software.amazon.awssdk.auth.credentials.ProfileProviderCredentialsContext
Context class that defines the required properties for creation of a Credentials provider.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
int
hashCode()
profile()
Getter method for profile.Getter for profileFile.An optional string list ofBusinessMetricFeatureId
denoting previous credentials providers that are chained with this one.
-
Method Details
-
builder
-
profile
Getter method for profile.- Returns:
- The profile that should be used to load the configuration necessary to create the credential provider.
-
profileFile
Getter for profileFile.- Returns:
- ProfileFile that has the profile which is used to create the credential provider.
-
sourceChain
An optional string list ofBusinessMetricFeatureId
denoting previous credentials providers that are chained with this one. -
equals
-
hashCode
-