CreateSessionResponse.Builder |
CreateSessionResponse.Builder.bucketKeyEnabled(Boolean bucketKeyEnabled) |
Indicates whether to use an S3 Bucket Key for server-side encryption with KMS keys (SSE-KMS).
|
static CreateSessionResponse.Builder |
CreateSessionResponse.builder() |
|
default CreateSessionResponse.Builder |
CreateSessionResponse.Builder.credentials(Consumer<SessionCredentials.Builder> credentials) |
The established temporary security credentials for the created session.
|
CreateSessionResponse.Builder |
CreateSessionResponse.Builder.credentials(SessionCredentials credentials) |
The established temporary security credentials for the created session.
|
CreateSessionResponse.Builder |
CreateSessionResponse.Builder.serverSideEncryption(String serverSideEncryption) |
The server-side encryption algorithm used when you store objects in the directory bucket.
|
CreateSessionResponse.Builder |
CreateSessionResponse.Builder.serverSideEncryption(ServerSideEncryption serverSideEncryption) |
The server-side encryption algorithm used when you store objects in the directory bucket.
|
CreateSessionResponse.Builder |
CreateSessionResponse.Builder.ssekmsEncryptionContext(String ssekmsEncryptionContext) |
If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption.
|
CreateSessionResponse.Builder |
CreateSessionResponse.Builder.ssekmsKeyId(String ssekmsKeyId) |
If you specify x-amz-server-side-encryption with aws:kms, this header indicates the
ID of the KMS symmetric encryption customer managed key that was used for object encryption.
|
CreateSessionResponse.Builder |
CreateSessionResponse.toBuilder() |
|