Class ProfileProviderCredentialsContext
- java.lang.Object
-
- software.amazon.awssdk.auth.credentials.ProfileProviderCredentialsContext
-
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 class
ProfileProviderCredentialsContext.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProfileProviderCredentialsContext.Builder
builder()
boolean
equals(Object o)
int
hashCode()
Profile
profile()
Getter method for profile.ProfileFile
profileFile()
Getter for profileFile.
-
-
-
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.
-
-