Configures a set of properties that are related to AWS Credentials.
Type Params | Return Type | Name and description |
---|---|---|
|
void |
setAccessKey(java.lang.String prop) Set property to AWS access key. |
|
void |
setAccessKey(Provider<java.lang.String> prop) Set property to AWS access key. |
|
void |
setConfigFile(java.lang.String prop) Set property that will point to AWS configuration file. |
|
void |
setConfigFile(Provider<java.io.File> prop) Set property that will point to AWS configuration file. |
|
void |
setCredentialsFile(java.lang.String prop) Set property to AWS shared credentials file. |
|
void |
setCredentialsFile(Provider<java.io.File> prop) Set property to AWS shared credentials file. |
|
void |
setProfile(java.lang.String prop) Set property to AWS profile. |
|
void |
setProfile(Provider<java.lang.String> prop) Set property to AWS profile. |
|
void |
setSecretKey(java.lang.String prop) Set property to AWS secret key. |
|
void |
setSecretKey(Provider<java.lang.String> prop) Set property to AWS secret key. |
Set property to AWS access key.
prop
- Property that will hold the value.Set property to AWS access key.
prop
- Provider that will hold the value.Set property that will point to AWS configuration file.
prop
- Property that will hold the value.Set property that will point to AWS configuration file.
prop
- Provider that will hold the value.Set property to AWS shared credentials file.
prop
- Property that will hold the value.Set property to AWS shared credentials file.
prop
- Provider that will hold the value.Set property to AWS profile.
prop
- Property that will hold the value.Set property to AWS profile.
prop
- Provider that will hold the value.Set property to AWS secret key.
prop
- Property that will hold the value.Set property to AWS secret key.
prop
- Provider that will hold the value.