@Generated(value="software.amazon.awssdk:codegen") public final class AwsCredentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsCredentials.Builder,AwsCredentials>
The credentials required to access the external Dataview from the S3 location.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsCredentials.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessKeyId()
The unique identifier for the security credentials.
|
static AwsCredentials.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
expiration()
The Epoch time when the current credentials expire.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
secretAccessKey()
The secret access key that can be used to sign requests.
|
static Class<? extends AwsCredentials.Builder> |
serializableBuilderClass() |
String |
sessionToken()
The token that users must pass to use the credentials.
|
AwsCredentials.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accessKeyId()
The unique identifier for the security credentials.
public final String secretAccessKey()
The secret access key that can be used to sign requests.
public final String sessionToken()
The token that users must pass to use the credentials.
public final Long expiration()
The Epoch time when the current credentials expire.
public AwsCredentials.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsCredentials.Builder,AwsCredentials>public static AwsCredentials.Builder builder()
public static Class<? extends AwsCredentials.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.