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)
Add an optional request override configuration.
|
UpdateCertificateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateCertificateRequest.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 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
,
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
,
CertificateStatus
UpdateCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.