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