| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCredentials.Builder |
AwsCredentials.Builder.accessKeyId(String accessKeyId)
The unique identifier for the security credentials.
|
static AwsCredentials.Builder |
AwsCredentials.builder() |
AwsCredentials.Builder |
AwsCredentials.Builder.expiration(Long expiration)
The Epoch time when the current credentials expire.
|
AwsCredentials.Builder |
AwsCredentials.Builder.secretAccessKey(String secretAccessKey)
The secret access key that can be used to sign requests.
|
AwsCredentials.Builder |
AwsCredentials.Builder.sessionToken(String sessionToken)
The token that users must pass to use the credentials.
|
AwsCredentials.Builder |
AwsCredentials.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsCredentials.Builder> |
AwsCredentials.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetExternalDataViewAccessDetailsResponse.Builder |
GetExternalDataViewAccessDetailsResponse.Builder.credentials(Consumer<AwsCredentials.Builder> credentials)
The credentials required to access the external Dataview from the S3 location.
|
Copyright © 2022. All rights reserved.