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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedCertificate.Builderarn(String arn)The Amazon Resource Name (ARN) of the ACM certificate.ManagedCertificate.BuilderdomainName(String domainName)The fully qualified domain name (FQDN) that is secured with this ACM certificate.ManagedCertificate.Builderstatus(String status)The status of the ACM; certificate.ManagedCertificate.Builderstatus(ManagedResourceStatus status)The status of the ACM; certificate.ManagedCertificate.BuilderstatusReason(String statusReason)Information about why the ACM certificate is in the current status.ManagedCertificate.BuilderupdatedAt(Instant updatedAt)The Unix timestamp for when the ACM certificate was last updated-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
ManagedCertificate.Builder arn(String 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
ManagedCertificate.Builder status(String 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:
ManagedResourceStatus,ManagedResourceStatus
-
status
ManagedCertificate.Builder status(ManagedResourceStatus 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:
ManagedResourceStatus,ManagedResourceStatus
-
statusReason
ManagedCertificate.Builder statusReason(String 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
ManagedCertificate.Builder updatedAt(Instant 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
ManagedCertificate.Builder domainName(String 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.
-
-