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 |
certificateIdentifier(String certificateIdentifier)
The unique key that identifies a certificate.
|
Certificate.Builder |
certificateType(String certificateType)
The type of the certificate.
|
Certificate.Builder |
thumbprint(String thumbprint)
The thumbprint of the certificate.
|
Certificate.Builder |
validFrom(Instant validFrom)
The starting date-time from which the certificate is valid.
|
Certificate.Builder |
validTill(Instant validTill)
The date-time after which the certificate is no longer valid.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCertificate.Builder certificateIdentifier(String certificateIdentifier)
The unique key that identifies a certificate.
Example: rds-ca-2019
certificateIdentifier - The unique key that identifies a certificate.
Example: rds-ca-2019
Certificate.Builder certificateType(String certificateType)
The type of the certificate.
Example: CA
certificateType - The type of the certificate.
Example: CA
Certificate.Builder thumbprint(String thumbprint)
The thumbprint of the certificate.
thumbprint - The thumbprint of the certificate.Certificate.Builder validFrom(Instant validFrom)
The starting date-time from which the certificate is valid.
Example: 2019-07-31T17:57:09Z
validFrom - The starting date-time from which the certificate is valid.
Example: 2019-07-31T17:57:09Z
Certificate.Builder validTill(Instant validTill)
The date-time after which the certificate is no longer valid.
Example: 2024-07-31T17:57:09Z
validTill - The date-time after which the certificate is no longer valid.
Example: 2024-07-31T17:57:09Z
Certificate.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
Example: arn:aws:rds:us-east-1::cert:rds-ca-2019
certificateArn - The Amazon Resource Name (ARN) for the certificate.
Example: arn:aws:rds:us-east-1::cert:rds-ca-2019
Copyright © 2023. All rights reserved.