public static interface Certificate.Builder extends 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 from which the certificate is valid.
|
Certificate.Builder |
validTill(Instant validTill)
The final date that the certificate continues to be valid.
|
copyapply, buildCertificate.Builder certificateIdentifier(String certificateIdentifier)
The unique key that identifies a certificate.
certificateIdentifier - The unique key that identifies a certificate.Certificate.Builder certificateType(String certificateType)
The type of the certificate.
certificateType - The type of the certificate.Certificate.Builder thumbprint(String thumbprint)
The thumbprint of the certificate.
thumbprint - The thumbprint of the certificate.Certificate.Builder validFrom(Instant validFrom)
The starting date from which the certificate is valid.
validFrom - The starting date from which the certificate is valid.Certificate.Builder validTill(Instant validTill)
The final date that the certificate continues to be valid.
validTill - The final date that the certificate continues to be valid.Certificate.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
certificateArn - The Amazon Resource Name (ARN) for the certificate.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.