public static interface UpdateCertificateRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateCertificateRequest.Builder,UpdateCertificateRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateCertificateRequest.Builder |
certificateId(String certificateId)
The ID of the certificate.
|
UpdateCertificateRequest.Builder |
newStatus(CertificateStatus newStatus)
The new status.
|
UpdateCertificateRequest.Builder |
newStatus(String newStatus)
The new status.
|
UpdateCertificateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCertificateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCertificateRequest.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.)UpdateCertificateRequest.Builder newStatus(String newStatus)
The new status.
Note: Setting the status to PENDING_TRANSFER or PENDING_ACTIVATION will result in an exception being thrown. PENDING_TRANSFER and PENDING_ACTIVATION are statuses used internally by IoT. They are 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 or PENDING_ACTIVATION will result in an exception being thrown. PENDING_TRANSFER and PENDING_ACTIVATION are statuses used internally by IoT. They are not intended for developer use.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CertificateStatus,
CertificateStatusUpdateCertificateRequest.Builder newStatus(CertificateStatus newStatus)
The new status.
Note: Setting the status to PENDING_TRANSFER or PENDING_ACTIVATION will result in an exception being thrown. PENDING_TRANSFER and PENDING_ACTIVATION are statuses used internally by IoT. They are 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 or PENDING_ACTIVATION will result in an exception being thrown. PENDING_TRANSFER and PENDING_ACTIVATION are statuses used internally by IoT. They are not intended for developer use.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CertificateStatus,
CertificateStatusUpdateCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.