CopyableBuilder<UpdateCACertificateRequest.Builder,UpdateCACertificateRequest>, SdkBuilder<UpdateCACertificateRequest.Builder,UpdateCACertificateRequest>public static interface UpdateCACertificateRequest.Builder extends CopyableBuilder<UpdateCACertificateRequest.Builder,UpdateCACertificateRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateCACertificateRequest.Builder |
certificateId(String certificateId) |
The CA certificate identifier.
|
UpdateCACertificateRequest.Builder |
newAutoRegistrationStatus(String newAutoRegistrationStatus) |
The new value for the auto registration status.
|
UpdateCACertificateRequest.Builder |
newAutoRegistrationStatus(AutoRegistrationStatus newAutoRegistrationStatus) |
The new value for the auto registration status.
|
UpdateCACertificateRequest.Builder |
newStatus(String newStatus) |
The updated status of the CA certificate.
|
UpdateCACertificateRequest.Builder |
newStatus(CACertificateStatus newStatus) |
The updated status of the CA certificate.
|
copyapply, 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.
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.
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".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".AutoRegistrationStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.