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 |
customerOverride(Boolean customerOverride)
Whether there is an override for the default certificate identifier.
|
Certificate.Builder |
customerOverrideValidTill(Instant customerOverrideValidTill)
If there is an override for the default certificate identifier, when the override expires.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.Certificate.Builder customerOverride(Boolean customerOverride)
Whether there is an override for the default certificate identifier.
customerOverride - Whether there is an override for the default certificate identifier.Certificate.Builder customerOverrideValidTill(Instant customerOverrideValidTill)
If there is an override for the default certificate identifier, when the override expires.
customerOverrideValidTill - If there is an override for the default certificate identifier, when the override expires.Copyright © 2022. All rights reserved.