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.
|
copy
apply, build
UpdateCACertificateRequest.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
UpdateCACertificateRequest.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
UpdateCACertificateRequest.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
UpdateCACertificateRequest.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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.