public static interface Certificate.Builder extends SdkPojo, CopyableBuilder<Certificate.Builder,Certificate>
| Modifier and Type | Method and Description |
|---|---|
Certificate.Builder |
certificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
|
Certificate.Builder |
certificateCreationDate(Instant certificateCreationDate)
The date that the certificate was created.
|
Certificate.Builder |
certificateIdentifier(String certificateIdentifier)
A customer-assigned name for the certificate.
|
Certificate.Builder |
certificateOwner(String certificateOwner)
The owner of the certificate.
|
Certificate.Builder |
certificatePem(String certificatePem)
The contents of a
.pem file, which contains an X.509 certificate. |
Certificate.Builder |
certificateWallet(SdkBytes certificateWallet)
The location of an imported Oracle Wallet certificate for use with SSL.
|
Certificate.Builder |
keyLength(Integer keyLength)
The key length of the cryptographic algorithm being used.
|
Certificate.Builder |
signingAlgorithm(String signingAlgorithm)
The signing algorithm for the certificate.
|
Certificate.Builder |
validFromDate(Instant validFromDate)
The beginning date that the certificate is valid.
|
Certificate.Builder |
validToDate(Instant validToDate)
The final date that the certificate is valid.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCertificate.Builder certificateIdentifier(String certificateIdentifier)
A customer-assigned name for the certificate. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.
certificateIdentifier - A customer-assigned name for the certificate. Identifiers must begin with a letter and must contain
only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive
hyphens.Certificate.Builder certificateCreationDate(Instant certificateCreationDate)
The date that the certificate was created.
certificateCreationDate - The date that the certificate was created.Certificate.Builder certificatePem(String certificatePem)
The contents of a .pem file, which contains an X.509 certificate.
certificatePem - The contents of a .pem file, which contains an X.509 certificate.Certificate.Builder certificateWallet(SdkBytes certificateWallet)
The location of an imported Oracle Wallet certificate for use with SSL. Example:
filebase64("${path.root}/rds-ca-2019-root.sso")
certificateWallet - The location of an imported Oracle Wallet certificate for use with SSL. Example:
filebase64("${path.root}/rds-ca-2019-root.sso")Certificate.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
certificateArn - The Amazon Resource Name (ARN) for the certificate.Certificate.Builder certificateOwner(String certificateOwner)
The owner of the certificate.
certificateOwner - The owner of the certificate.Certificate.Builder validFromDate(Instant validFromDate)
The beginning date that the certificate is valid.
validFromDate - The beginning date that the certificate is valid.Certificate.Builder validToDate(Instant validToDate)
The final date that the certificate is valid.
validToDate - The final date that the certificate is valid.Certificate.Builder signingAlgorithm(String signingAlgorithm)
The signing algorithm for the certificate.
signingAlgorithm - The signing algorithm for the certificate.Certificate.Builder keyLength(Integer keyLength)
The key length of the cryptographic algorithm being used.
keyLength - The key length of the cryptographic algorithm being used.Copyright © 2023. All rights reserved.