public static interface AssociateEnclaveCertificateIamRoleResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AssociateEnclaveCertificateIamRoleResponse.Builder,AssociateEnclaveCertificateIamRoleResponse>
Modifier and Type | Method and Description |
---|---|
AssociateEnclaveCertificateIamRoleResponse.Builder |
certificateS3BucketName(String certificateS3BucketName)
The name of the Amazon S3 bucket to which the certificate was uploaded.
|
AssociateEnclaveCertificateIamRoleResponse.Builder |
certificateS3ObjectKey(String certificateS3ObjectKey)
The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are
stored.
|
AssociateEnclaveCertificateIamRoleResponse.Builder |
encryptionKmsKeyId(String encryptionKmsKeyId)
The ID of the KMS key used to encrypt the private key of the certificate.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
AssociateEnclaveCertificateIamRoleResponse.Builder certificateS3BucketName(String certificateS3BucketName)
The name of the Amazon S3 bucket to which the certificate was uploaded.
certificateS3BucketName
- The name of the Amazon S3 bucket to which the certificate was uploaded.AssociateEnclaveCertificateIamRoleResponse.Builder certificateS3ObjectKey(String certificateS3ObjectKey)
The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are
stored. The object key is formatted as follows: role_arn
/certificate_arn
.
certificateS3ObjectKey
- The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle
are stored. The object key is formatted as follows: role_arn
/certificate_arn
.AssociateEnclaveCertificateIamRoleResponse.Builder encryptionKmsKeyId(String encryptionKmsKeyId)
The ID of the KMS key used to encrypt the private key of the certificate.
encryptionKmsKeyId
- The ID of the KMS key used to encrypt the private key of the certificate.Copyright © 2021. All rights reserved.