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 AWS KMS CMK used to encrypt the private key of the certificate.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateEnclaveCertificateIamRoleResponse.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: certificate_arn/role_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: certificate_arn/role_arn
.AssociateEnclaveCertificateIamRoleResponse.Builder encryptionKmsKeyId(String encryptionKmsKeyId)
The ID of the AWS KMS CMK used to encrypt the private key of the certificate.
encryptionKmsKeyId - The ID of the AWS KMS CMK used to encrypt the private key of the certificate.Copyright © 2020. All rights reserved.