public static interface UpdateCaCertificateRequest.Builder extends IotRequest.Builder, SdkPojo, 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 registrationConfig(RegistrationConfig registrationConfig)
Information about the registration configuration.
registrationConfig - Information about the registration configuration.default UpdateCaCertificateRequest.Builder registrationConfig(Consumer<RegistrationConfig.Builder> registrationConfig)
Information about the registration configuration.
This is a convenience that creates an instance of theRegistrationConfig.Builder avoiding the need to
create one manually via RegistrationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to registrationConfig(RegistrationConfig).registrationConfig - a consumer that will call methods on RegistrationConfig.BuilderregistrationConfig(RegistrationConfig)UpdateCaCertificateRequest.Builder removeAutoRegistration(Boolean removeAutoRegistration)
If true, remove auto registration.
removeAutoRegistration - If true, remove auto registration.UpdateCaCertificateRequest.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.