public static interface UpdateCaCertificateRequest.Builder extends IotRequest.Builder, CopyableBuilder<UpdateCaCertificateRequest.Builder,UpdateCaCertificateRequest>
buildoverrideConfigurationcopyapplyMutation, buildUpdateCaCertificateRequest.Builder certificateId(String certificateId)
The CA certificate identifier.
certificateId - The CA certificate identifier.UpdateCaCertificateRequest.Builder newStatus(String newStatus)
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
newStatus - The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus,
CACertificateStatusUpdateCaCertificateRequest.Builder newStatus(CACertificateStatus newStatus)
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
newStatus - The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
CACertificateStatus,
CACertificateStatusUpdateCaCertificateRequest.Builder newAutoRegistrationStatus(String newAutoRegistrationStatus)
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
newAutoRegistrationStatus - The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".AutoRegistrationStatus,
AutoRegistrationStatusUpdateCaCertificateRequest.Builder newAutoRegistrationStatus(AutoRegistrationStatus newAutoRegistrationStatus)
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
newAutoRegistrationStatus - The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".AutoRegistrationStatus,
AutoRegistrationStatusUpdateCaCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateCaCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.