CopyableBuilder<CACertificate.Builder,CACertificate>
, SdkBuilder<CACertificate.Builder,CACertificate>
public static interface CACertificate.Builder extends CopyableBuilder<CACertificate.Builder,CACertificate>
Modifier and Type | Method | 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(Date creationDate) |
The date the CA certificate was created.
|
CACertificate.Builder |
status(String status) |
The status of the CA certificate.
|
CACertificate.Builder |
status(CACertificateStatus status) |
The status of the CA certificate.
|
copy
apply, 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
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
CACertificate.Builder creationDate(Date creationDate)
The date the CA certificate was created.
creationDate
- The date the CA certificate was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.