@Generated(value="software.amazon.awssdk:codegen") public final class ExportCertificateRequest extends AcmRequest implements ToCopyableBuilder<ExportCertificateRequest.Builder,ExportCertificateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportCertificateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportCertificateRequest.Builder |
builder() |
String |
certificateArn()
An Amazon Resource Name (ARN) of the issued certificate.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SdkBytes |
passphrase()
Passphrase to associate with the encrypted exported private key.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportCertificateRequest.Builder> |
serializableBuilderClass() |
ExportCertificateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String certificateArn()
An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:
arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012
arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012
public final SdkBytes passphrase()
Passphrase to associate with the encrypted exported private key.
When creating your passphrase, you can use any ASCII character except #, $, or %.
If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key. After entering the command, you are prompted for the passphrase.
openssl rsa -in encrypted_key.pem -out decrypted_key.pem
When creating your passphrase, you can use any ASCII character except #, $, or %.
If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key. After entering the command, you are prompted for the passphrase.
openssl rsa -in encrypted_key.pem -out decrypted_key.pem
public ExportCertificateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportCertificateRequest.Builder,ExportCertificateRequest>toBuilder in class AcmRequestpublic static ExportCertificateRequest.Builder builder()
public static Class<? extends ExportCertificateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.