public static interface CACertificate.Builder extends SdkPojo, CopyableBuilder<CACertificate.Builder,CACertificate>
Modifier and Type | Method and Description |
---|---|
CACertificate.Builder |
certificateArn(String certificateArn)
The ARN of the CA certificate.
|
CACertificate.Builder |
certificateId(String certificateId)
The ID of the CA certificate.
|
CACertificate.Builder |
creationDate(Instant creationDate)
The date the CA certificate was created.
|
CACertificate.Builder |
status(CACertificateStatus status)
The status of the CA certificate.
|
CACertificate.Builder |
status(String status)
The status of the CA certificate.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CACertificate.Builder certificateArn(String certificateArn)
The ARN of the CA certificate.
certificateArn
- The ARN of the CA certificate.CACertificate.Builder certificateId(String certificateId)
The ID of the CA certificate.
certificateId
- The ID of the CA certificate.CACertificate.Builder status(String status)
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
status
- The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus
,
CACertificateStatus
CACertificate.Builder status(CACertificateStatus status)
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
status
- The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus
,
CACertificateStatus
CACertificate.Builder creationDate(Instant creationDate)
The date the CA certificate was created.
creationDate
- The date the CA certificate was created.Copyright © 2021. All rights reserved.