public static interface Certificate.Builder extends SdkPojo, CopyableBuilder<Certificate.Builder,Certificate>
| Modifier and Type | Method and Description |
|---|---|
Certificate.Builder |
certificateArn(String certificateArn)
The ARN of the certificate.
|
Certificate.Builder |
certificateId(String certificateId)
The ID of the certificate.
|
Certificate.Builder |
certificateMode(CertificateMode certificateMode)
The mode of the certificate.
|
Certificate.Builder |
certificateMode(String certificateMode)
The mode of the certificate.
|
Certificate.Builder |
creationDate(Instant creationDate)
The date and time the certificate was created.
|
Certificate.Builder |
status(CertificateStatus status)
The status of the certificate.
|
Certificate.Builder |
status(String status)
The status of the certificate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCertificate.Builder certificateArn(String certificateArn)
The ARN of the certificate.
certificateArn - The ARN of the certificate.Certificate.Builder certificateId(String certificateId)
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
certificateId - The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)Certificate.Builder status(String status)
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
status - The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CertificateStatus,
CertificateStatusCertificate.Builder status(CertificateStatus status)
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
status - The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CertificateStatus,
CertificateStatusCertificate.Builder certificateMode(String certificateMode)
The mode of the certificate.
DEFAULT: A certificate in DEFAULT mode is either generated by Amazon Web Services
IoT Core or registered with an issuer certificate authority (CA) in DEFAULT mode. Devices with
certificates in DEFAULT mode aren't required to send the Server Name Indication (SNI) extension
when connecting to Amazon Web Services IoT Core. However, to use features such as custom domains and VPC
endpoints, we recommend that you use the SNI extension when connecting to Amazon Web Services IoT Core.
SNI_ONLY: A certificate in SNI_ONLY mode is registered without an issuer CA.
Devices with certificates in SNI_ONLY mode must send the SNI extension when connecting to Amazon
Web Services IoT Core.
certificateMode - The mode of the certificate.
DEFAULT: A certificate in DEFAULT mode is either generated by Amazon Web
Services IoT Core or registered with an issuer certificate authority (CA) in DEFAULT
mode. Devices with certificates in DEFAULT mode aren't required to send the Server Name
Indication (SNI) extension when connecting to Amazon Web Services IoT Core. However, to use features
such as custom domains and VPC endpoints, we recommend that you use the SNI extension when connecting
to Amazon Web Services IoT Core.
SNI_ONLY: A certificate in SNI_ONLY mode is registered without an issuer CA.
Devices with certificates in SNI_ONLY mode must send the SNI extension when connecting to
Amazon Web Services IoT Core.
CertificateMode,
CertificateModeCertificate.Builder certificateMode(CertificateMode certificateMode)
The mode of the certificate.
DEFAULT: A certificate in DEFAULT mode is either generated by Amazon Web Services
IoT Core or registered with an issuer certificate authority (CA) in DEFAULT mode. Devices with
certificates in DEFAULT mode aren't required to send the Server Name Indication (SNI) extension
when connecting to Amazon Web Services IoT Core. However, to use features such as custom domains and VPC
endpoints, we recommend that you use the SNI extension when connecting to Amazon Web Services IoT Core.
SNI_ONLY: A certificate in SNI_ONLY mode is registered without an issuer CA.
Devices with certificates in SNI_ONLY mode must send the SNI extension when connecting to Amazon
Web Services IoT Core.
certificateMode - The mode of the certificate.
DEFAULT: A certificate in DEFAULT mode is either generated by Amazon Web
Services IoT Core or registered with an issuer certificate authority (CA) in DEFAULT
mode. Devices with certificates in DEFAULT mode aren't required to send the Server Name
Indication (SNI) extension when connecting to Amazon Web Services IoT Core. However, to use features
such as custom domains and VPC endpoints, we recommend that you use the SNI extension when connecting
to Amazon Web Services IoT Core.
SNI_ONLY: A certificate in SNI_ONLY mode is registered without an issuer CA.
Devices with certificates in SNI_ONLY mode must send the SNI extension when connecting to
Amazon Web Services IoT Core.
CertificateMode,
CertificateModeCertificate.Builder creationDate(Instant creationDate)
The date and time the certificate was created.
creationDate - The date and time the certificate was created.Copyright © 2022. All rights reserved.