public static interface GetTemporaryGluePartitionCredentialsResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<GetTemporaryGluePartitionCredentialsResponse.Builder,GetTemporaryGluePartitionCredentialsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTemporaryGluePartitionCredentialsResponse.Builder |
accessKeyId(String accessKeyId)
The access key ID for the temporary credentials.
|
GetTemporaryGluePartitionCredentialsResponse.Builder |
expiration(Instant expiration)
The date and time when the temporary credentials expire.
|
GetTemporaryGluePartitionCredentialsResponse.Builder |
secretAccessKey(String secretAccessKey)
The secret key for the temporary credentials.
|
GetTemporaryGluePartitionCredentialsResponse.Builder |
sessionToken(String sessionToken)
The session token for the temporary credentials.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTemporaryGluePartitionCredentialsResponse.Builder accessKeyId(String accessKeyId)
The access key ID for the temporary credentials.
accessKeyId - The access key ID for the temporary credentials.GetTemporaryGluePartitionCredentialsResponse.Builder secretAccessKey(String secretAccessKey)
The secret key for the temporary credentials.
secretAccessKey - The secret key for the temporary credentials.GetTemporaryGluePartitionCredentialsResponse.Builder sessionToken(String sessionToken)
The session token for the temporary credentials.
sessionToken - The session token for the temporary credentials.GetTemporaryGluePartitionCredentialsResponse.Builder expiration(Instant expiration)
The date and time when the temporary credentials expire.
expiration - The date and time when the temporary credentials expire.Copyright © 2022. All rights reserved.