CopyableBuilder<UpdateCertificateRequest.Builder,UpdateCertificateRequest>
, SdkBuilder<UpdateCertificateRequest.Builder,UpdateCertificateRequest>
public static interface UpdateCertificateRequest.Builder extends CopyableBuilder<UpdateCertificateRequest.Builder,UpdateCertificateRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateCertificateRequest.Builder |
certificateId(String certificateId) |
The ID of the certificate.
|
UpdateCertificateRequest.Builder |
newStatus(String newStatus) |
The new status.
|
UpdateCertificateRequest.Builder |
newStatus(CertificateStatus newStatus) |
The new status.
|
copy
apply, build
UpdateCertificateRequest.Builder certificateId(String certificateId)
The ID of the certificate.
certificateId
- The ID of the certificate.UpdateCertificateRequest.Builder newStatus(String newStatus)
The new status.
Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
newStatus
- The new status.
Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CertificateStatus
UpdateCertificateRequest.Builder newStatus(CertificateStatus newStatus)
The new status.
Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
newStatus
- The new status.
Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CertificateStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.