Interface ManagedCertificate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedCertificate.Builder,,ManagedCertificate> SdkBuilder<ManagedCertificate.Builder,,ManagedCertificate> SdkPojo
- Enclosing class:
ManagedCertificate
@Mutable
@NotThreadSafe
public static interface ManagedCertificate.Builder
extends SdkPojo, CopyableBuilder<ManagedCertificate.Builder,ManagedCertificate>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the ACM certificate.domainName(String domainName) The fully qualified domain name (FQDN) that is secured with this ACM certificate.The status of the ACM; certificate.status(ManagedResourceStatus status) The status of the ACM; certificate.statusReason(String statusReason) Information about why the ACM certificate is in the current status.The Unix timestamp for when the ACM certificate was last updatedMethods 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
-
arn
The Amazon Resource Name (ARN) of the ACM certificate.
- Parameters:
arn- The Amazon Resource Name (ARN) of the ACM certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the ACM; certificate.
- Parameters:
status- The status of the ACM; certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the ACM; certificate.
- Parameters:
status- The status of the ACM; certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Information about why the ACM certificate is in the current status.
- Parameters:
statusReason- Information about why the ACM certificate is in the current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The Unix timestamp for when the ACM certificate was last updated
- Parameters:
updatedAt- The Unix timestamp for when the ACM certificate was last updated- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
The fully qualified domain name (FQDN) that is secured with this ACM certificate.
- Parameters:
domainName- The fully qualified domain name (FQDN) that is secured with this ACM certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-