Interface IdentityCertificate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IdentityCertificate.Builder,,IdentityCertificate> SdkBuilder<IdentityCertificate.Builder,,IdentityCertificate> SdkPojo
- Enclosing class:
IdentityCertificate
@Mutable
@NotThreadSafe
public static interface IdentityCertificate.Builder
extends SdkPojo, CopyableBuilder<IdentityCertificate.Builder,IdentityCertificate>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateArn(String certificateArn) The Amazon Resource Name (ARN) of the Certificate Manager (ACM) certificate that's associated with the email identity.certificateExpiryTime(Instant certificateExpiryTime) The timestamp after which the certificate is no longer valid.fromAddress(String fromAddress) The email address that the certificate applies to.The status of the certificate association.status(IdentityCertificateStatus status) The status of the certificate association.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
-
fromAddress
The email address that the certificate applies to.
- Parameters:
fromAddress- The email address that the certificate applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the certificate association. A status of
ACTIVEindicates that the certificate is ready to use for signing.- Parameters:
status- The status of the certificate association. A status ofACTIVEindicates that the certificate is ready to use for signing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the certificate association. A status of
ACTIVEindicates that the certificate is ready to use for signing.- Parameters:
status- The status of the certificate association. A status ofACTIVEindicates that the certificate is ready to use for signing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
certificateArn
The Amazon Resource Name (ARN) of the Certificate Manager (ACM) certificate that's associated with the email identity.
- Parameters:
certificateArn- The Amazon Resource Name (ARN) of the Certificate Manager (ACM) certificate that's associated with the email identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateExpiryTime
The timestamp after which the certificate is no longer valid.
- Parameters:
certificateExpiryTime- The timestamp after which the certificate is no longer valid.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-