Interface AcmCertificateMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AcmCertificateMetadata.Builder,,AcmCertificateMetadata> SdkBuilder<AcmCertificateMetadata.Builder,,AcmCertificateMetadata> SdkPojo
- Enclosing class:
AcmCertificateMetadata
-
Method Summary
Modifier and TypeMethodDescriptionThe time at which the certificate was requested.Indicates whether the certificate has been exported.exportOption(String exportOption) Indicates whether the certificate can be exported.exportOption(CertificateExport exportOption) Indicates whether the certificate can be exported.importedAt(Instant importedAt) The date and time when the certificate was imported.Indicates whether the certificate is currently in use by an Amazon Web Services service.The time at which the certificate was issued.Identifies the Amazon Web Services service that manages the certificate issued by ACM.managedBy(CertificateManagedBy managedBy) Identifies the Amazon Web Services service that manages the certificate issued by ACM.renewalEligibility(String renewalEligibility) Specifies whether the certificate is eligible for renewal.renewalEligibility(RenewalEligibility renewalEligibility) Specifies whether the certificate is eligible for renewal.renewalStatus(String renewalStatus) The renewal status of the certificate.renewalStatus(RenewalStatus renewalStatus) The renewal status of the certificate.The time at which the certificate was revoked.The status of the certificate.status(CertificateStatus status) The status of the certificate.The source of the certificate.type(CertificateType type) The source of the certificate.validationMethod(String validationMethod) Specifies the domain validation method.validationMethod(ValidationMethod validationMethod) Specifies the domain validation method.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
createdAt
The time at which the certificate was requested.
- Parameters:
createdAt- The time at which the certificate was requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exported
Indicates whether the certificate has been exported.
- Parameters:
exported- Indicates whether the certificate has been exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importedAt
The date and time when the certificate was imported. This value exists only when the certificate type is
IMPORTED.- Parameters:
importedAt- The date and time when the certificate was imported. This value exists only when the certificate type isIMPORTED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inUse
Indicates whether the certificate is currently in use by an Amazon Web Services service.
- Parameters:
inUse- Indicates whether the certificate is currently in use by an Amazon Web Services service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
issuedAt
The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED.- Parameters:
issuedAt- The time at which the certificate was issued. This value exists only when the certificate type isAMAZON_ISSUED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
renewalEligibility
Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.
- Parameters:
renewalEligibility- Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
renewalEligibility
Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.
- Parameters:
renewalEligibility- Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
revokedAt
The time at which the certificate was revoked. This value exists only when the certificate status is
REVOKED.- Parameters:
revokedAt- The time at which the certificate was revoked. This value exists only when the certificate status isREVOKED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the certificate.
A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.
- Parameters:
status- The status of the certificate.A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the certificate.
A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.
- Parameters:
status- The status of the certificate.A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
renewalStatus
The renewal status of the certificate.
- Parameters:
renewalStatus- The renewal status of the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
renewalStatus
The renewal status of the certificate.
- Parameters:
renewalStatus- The renewal status of the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The source of the certificate. For certificates provided by ACM, this value is
AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value isIMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the Certificate Manager User Guide.- Parameters:
type- The source of the certificate. For certificates provided by ACM, this value isAMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value isIMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the Certificate Manager User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The source of the certificate. For certificates provided by ACM, this value is
AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value isIMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the Certificate Manager User Guide.- Parameters:
type- The source of the certificate. For certificates provided by ACM, this value isAMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value isIMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the Certificate Manager User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportOption
Indicates whether the certificate can be exported.
- Parameters:
exportOption- Indicates whether the certificate can be exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportOption
Indicates whether the certificate can be exported.
- Parameters:
exportOption- Indicates whether the certificate can be exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
managedBy
Identifies the Amazon Web Services service that manages the certificate issued by ACM.
- Parameters:
managedBy- Identifies the Amazon Web Services service that manages the certificate issued by ACM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
managedBy
Identifies the Amazon Web Services service that manages the certificate issued by ACM.
- Parameters:
managedBy- Identifies the Amazon Web Services service that manages the certificate issued by ACM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validationMethod
Specifies the domain validation method.
- Parameters:
validationMethod- Specifies the domain validation method.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validationMethod
Specifies the domain validation method.
- Parameters:
validationMethod- Specifies the domain validation method.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-